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: 22 Jan 2004 08:10:19 +1100

CVSROOT:        /home/strat
Module name:    stratagus
Changes by:      <address@hidden>       04/01/22 08:10:19

Modified files:
        src/stratagus  : mainloop.c 

Log message:
        Don't gc during the game

Patches:
Index: stratagus/src/stratagus/mainloop.c
diff -u stratagus/src/stratagus/mainloop.c:1.182 
stratagus/src/stratagus/mainloop.c:1.183
--- stratagus/src/stratagus/mainloop.c:1.182    Wed Jan 21 05:42:02 2004
+++ stratagus/src/stratagus/mainloop.c  Thu Jan 22 08:10:18 2004
@@ -8,7 +8,7 @@
 //                        T H E   W A R   B E G I N S
 //         Stratagus - A free fantasy real time strategy game engine
 //
-/address@hidden mainloop.c     -       The main game loop. */
+/address@hidden mainloop.c - The main game loop. */
 //
 //      (c) Copyright 1998-2004 by Lutz Sammer and Jimmy Salmon
 //
@@ -26,7 +26,7 @@
 //      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //      02111-1307, USA.
 //
-//      $Id: mainloop.c,v 1.182 2004/01/20 18:42:02 nobody_ Exp $
+//      $Id: mainloop.c,v 1.183 2004/01/21 21:10:18 jsalmon3 Exp $
 
 //@{
 
@@ -826,9 +826,6 @@
                                                        
PlayersEachSecond(player);
                                                }
                                        }
-                                       // Clear scheme heap each second
-                                       // FIXME: this is too slow to call 
during the game
-                                       CclGarbageCollect(1);
                                        break;
                                case 1:
                                        break;




reply via email to

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