[Freeciv-Dev] Re: can't start a loaded game (PR#6286)
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Try this, it works for me:
--- server/orig-stdinhand.c 2003-10-04 20:36:37.000000000 -0400
+++ server/stdinhand.c 2003-10-04 20:32:47.000000000 -0400
@@ -64,6 +64,7 @@
#include "stdinhand.h"
+#include "cm.h"
static enum cmdlevel_id default_access_level = ALLOW_INFO;
static enum cmdlevel_id first_access_level = ALLOW_CTRL;
@@ -3743,6 +3744,7 @@
/* we found it, free all structures */
server_game_free();
+ cm_init();
game_init();
loadtimer = new_timer_start(TIMER_CPU, TIMER_ACTIVE);
- [Freeciv-Dev] Re: can't start a loaded game (PR#6286),
Daniel L Speyer <=
|
|