[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Stratagus-CVS] stratagus/src/network commands.c
From: |
Nehal Mistry |
Subject: |
[Stratagus-CVS] stratagus/src/network commands.c |
Date: |
Sun, 30 Nov 2003 18:21:33 -0500 |
CVSROOT: /cvsroot/stratagus
Module name: stratagus
Branch:
Changes by: Nehal Mistry <address@hidden> 03/11/30 18:21:33
Modified files:
src/network : commands.c
Log message:
remove DebugCheck
Patches:
Index: stratagus/src/network/commands.c
diff -u stratagus/src/network/commands.c:1.80
stratagus/src/network/commands.c:1.81
--- stratagus/src/network/commands.c:1.80 Tue Nov 25 14:59:49 2003
+++ stratagus/src/network/commands.c Sun Nov 30 18:21:33 2003
@@ -26,7 +26,7 @@
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
// 02111-1307, USA.
//
-// $Id: commands.c,v 1.80 2003/11/25 19:59:49 mr-russ Exp $
+// $Id: commands.c,v 1.81 2003/11/30 23:21:33 nehalmistry Exp $
//@{
@@ -240,7 +240,7 @@
replay->Comment1 = strdup("Generated by Stratagus Version " VERSION
"\"\n");
replay->Comment2 = strdup("Visit http://Stratagus.Org for more
information\"\n");
- replay->Comment3 = strdup("$Id: commands.c,v 1.80 2003/11/25 19:59:49
mr-russ Exp $");
+ replay->Comment3 = strdup("$Id: commands.c,v 1.81 2003/11/30 23:21:33
nehalmistry Exp $");
if (GameSettings.NetGameType == SettingsSinglePlayerGame) {
replay->Type = ReplaySinglePlayer;
@@ -682,8 +682,6 @@
val = ReplayStep->Value;
num = ReplayStep->Num;
- DebugCheck(strcmp(ReplayStep->UnitIdent,UnitSlots[unit]->Type->Ident));
-
if (((signed)SyncRandSeed) != ReplayStep->SyncRandSeed) {
#ifdef DEBUG
if (!ReplayStep->SyncRandSeed) {