stratagus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Stratagus-CVS] stratagus/src/stratagus mainloop.c


From: address@hidden
Subject: [Stratagus-CVS] stratagus/src/stratagus mainloop.c
Date: 28 Jan 2004 09:13:48 +1100

CVSROOT:        /home/strat
Module name:    stratagus
Changes by:      <address@hidden>       04/01/28 09:13:48

Modified files:
        src/stratagus  : mainloop.c 

Log message:
        Tell the engine the game has finished Loading

Patches:
Index: stratagus/src/stratagus/mainloop.c
diff -u stratagus/src/stratagus/mainloop.c:1.183 
stratagus/src/stratagus/mainloop.c:1.184
--- stratagus/src/stratagus/mainloop.c:1.183    Thu Jan 22 08:10:18 2004
+++ stratagus/src/stratagus/mainloop.c  Wed Jan 28 09:13:47 2004
@@ -26,7 +26,7 @@
 //      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //      02111-1307, USA.
 //
-//      $Id: mainloop.c,v 1.183 2004/01/21 21:10:18 jsalmon3 Exp $
+//      $Id: mainloop.c,v 1.184 2004/01/27 22:13:47 wizzard Exp $
 
 //@{
 
@@ -774,6 +774,7 @@
        EnableDrawRefresh();
        GameCursor = TheUI.Point.Cursor;
        GameRunning = 1;
+       SaveGameLoading = 0;
 
        showtip = 0;
        RealVideoSyncSpeed = VideoSyncSpeed;




reply via email to

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