forked from github/server
re-enable creport
This commit is contained in:
parent
2e0f96bae3
commit
a5d44f9638
|
@ -104,7 +104,7 @@ set (ERESSEA_SRC
|
||||||
keyword.c
|
keyword.c
|
||||||
skill.c
|
skill.c
|
||||||
json.c
|
json.c
|
||||||
# creport.c
|
creport.c
|
||||||
report.c
|
report.c
|
||||||
economy.c
|
economy.c
|
||||||
give.c
|
give.c
|
||||||
|
@ -199,7 +199,7 @@ set(TESTS_SRC
|
||||||
tests.test.c
|
tests.test.c
|
||||||
volcano.test.c
|
volcano.test.c
|
||||||
reports.test.c
|
reports.test.c
|
||||||
# creport.test.c
|
creport.test.c
|
||||||
report.test.c
|
report.test.c
|
||||||
summary.test.c
|
summary.test.c
|
||||||
travelthru.test.c
|
travelthru.test.c
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
#include "calendar.h"
|
#include "calendar.h"
|
||||||
#include "chaos.h"
|
#include "chaos.h"
|
||||||
#include "items.h"
|
#include "items.h"
|
||||||
//#include "creport.h"
|
#include "creport.h"
|
||||||
#include "report.h"
|
#include "report.h"
|
||||||
#include "names.h"
|
#include "names.h"
|
||||||
#include "reports.h"
|
#include "reports.h"
|
||||||
|
@ -65,7 +65,7 @@ void game_init(void)
|
||||||
register_xmas();
|
register_xmas();
|
||||||
|
|
||||||
register_nr();
|
register_nr();
|
||||||
// register_cr();
|
register_cr();
|
||||||
|
|
||||||
register_races();
|
register_races();
|
||||||
register_spells();
|
register_spells();
|
||||||
|
|
Loading…
Reference in New Issue