initializing the xmasgate trigger

This commit is contained in:
Enno Rehling 2003-08-03 16:38:37 +00:00
parent cd944cf98c
commit 60e790bafc
2 changed files with 3 additions and 2 deletions

View File

@ -149,7 +149,7 @@ static void
game_init(void)
{
init_triggers();
init_xmas2000();
report_init();
creport_init();

View File

@ -31,6 +31,7 @@
#include <items/items.h>
#include <modules/gmcmd.h>
#include <modules/xmas2000.h>
#ifdef ALLIANCES
#include <modules/alliance.h>
#endif
@ -1685,7 +1686,7 @@ main(int argc, char *argv[])
kernel_init();
init_triggers();
init_xmas2000();
debug_language("locales.log");
register_races();