Browse Source

Fehler beim auswerten von bedingungen behoben

Kolja Strohm 5 năm trước cách đây
mục cha
commit
ebeb887c1d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      StickmanWorldOnline/Trigger.cpp

+ 1 - 1
StickmanWorldOnline/Trigger.cpp

@@ -190,7 +190,7 @@ bool Bedingung::check( Spiel *zSpiel, Ereignis *zEreignis )
 {
     if( !expression )
         return 1;
-    double wait;
+    double wait = 0;
     ProgramCounter c;
     LocalMemory m;
     while( !expression->runNext( zSpiel, zEreignis, &m, &c, wait ) )