re-enable creport

This commit is contained in:
Enno Rehling 2016-09-17 22:57:22 +02:00
parent 2e0f96bae3
commit a5d44f9638
2 changed files with 4 additions and 4 deletions

View File

@ -104,7 +104,7 @@ set (ERESSEA_SRC
keyword.c
skill.c
json.c
# creport.c
creport.c
report.c
economy.c
give.c
@ -199,7 +199,7 @@ set(TESTS_SRC
tests.test.c
volcano.test.c
reports.test.c
# creport.test.c
creport.test.c
report.test.c
summary.test.c
travelthru.test.c

View File

@ -29,7 +29,7 @@
#include "calendar.h"
#include "chaos.h"
#include "items.h"
//#include "creport.h"
#include "creport.h"
#include "report.h"
#include "names.h"
#include "reports.h"
@ -65,7 +65,7 @@ void game_init(void)
register_xmas();
register_nr();
// register_cr();
register_cr();
register_races();
register_spells();