Complete.Org: Mailing Lists: Archives: freeciv-dev: October 2003:
[Freeciv-Dev] Re: can't start a loaded game (PR#6286)
Home

[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]
To: ggracian@xxxxxxx
Subject: [Freeciv-Dev] Re: can't start a loaded game (PR#6286)
From: "Daniel L Speyer" <dspeyer@xxxxxxxxxxx>
Date: Sat, 4 Oct 2003 17:42:29 -0700
Reply-to: rt@xxxxxxxxxxxxxx

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);





[Prev in Thread] Current Thread [Next in Thread]