Complete.Org: Mailing Lists: Archives: freeciv-dev: July 2003:
[Freeciv-Dev] (PR#4592) problem compiling civworld for 1.14.0
Home

[Freeciv-Dev] (PR#4592) problem compiling civworld for 1.14.0

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients: ;
Subject: [Freeciv-Dev] (PR#4592) problem compiling civworld for 1.14.0
From: "Guest" <rt-guest@xxxxxxxxxxxxxx>
Date: Thu, 17 Jul 2003 07:58:52 -0700
Reply-to: rt@xxxxxxxxxxxxxx

Hello,

I lately had problem compiling civworld for 1.14.0 client which could be
fixed with :

--- civworld-1.14.0.diff-against-freeciv-orig   2003-07-17 15:26:13.
000000000 +0200
+++ civworld-1.14.0.diff-against-freeciv        2003-07-17 15:42:04.
000000000 +0200
@@ -12225,7 +12225,7 @@
 +  if (game.nplayers > 0) {
 +    game.save_options.save_players = 1; 
 +    game.save_options.save_private_map = 1;
-+    +game.save_options.save_known = 1;
++    game.save_options.save_known = 1;
 +  } else {
 +    game.save_options.save_players = 0;
 +    game.save_options.save_private_map = 0;

G. Gracian


[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#4592) problem compiling civworld for 1.14.0, Guest <=