stratagus-cvs
[Top][All Lists]
Advanced

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

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


From: Russell Smith
Subject: [Stratagus-CVS] stratagus/src/clone clone.c
Date: Sun, 28 Sep 2003 21:44:38 -0400

CVSROOT:        /cvsroot/stratagus
Module name:    stratagus
Branch:         
Changes by:     Russell Smith <address@hidden>  03/09/28 21:44:38

Modified files:
        src/clone      : clone.c 

Log message:
        Fixed remaining bug in -e, when a filename was specified, it crashes on 
save

Patches:
Index: stratagus/src/clone/clone.c
diff -u stratagus/src/clone/clone.c:1.205 stratagus/src/clone/clone.c:1.206
--- stratagus/src/clone/clone.c:1.205   Sat Sep 27 15:05:47 2003
+++ stratagus/src/clone/clone.c Sun Sep 28 21:44:38 2003
@@ -26,7 +26,7 @@
 //      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //      02111-1307, USA.
 //
-//     $Id: clone.c,v 1.205 2003/09/27 19:05:47 n0body Exp $
+//     $Id: clone.c,v 1.206 2003/09/29 01:44:38 mr-russ Exp $
 
 //@{
 
@@ -1105,6 +1105,9 @@
            DebugLevel0Fn("Menu start: NetPlayers %d\n" _C_ NetPlayers);
            filename = CurrentMapPath;
        } else {
+           if (EditorRunning) {
+               SetupEditor();
+           }
            strcpy(CurrentMapPath,filename);
        }
        if( NetworkFildes!=-1 && NetPlayers<2 ) {




reply via email to

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