rocksndiamonds-3.3.0.0
[rocksndiamonds.git] / src / game_sp / BugsTerminals.c
index 9dc2c5576eb3e1dde483a673032eed5791391294..94850270bda47c678974308fedc64dca8b88a5fb 100644 (file)
@@ -5,7 +5,12 @@
 #include "BugsTerminals.h"
 
 
 #include "BugsTerminals.h"
 
 
+#if 1
+byte TerminalState[SP_MAX_PLAYFIELD_SIZE + SP_HEADER_SIZE];
+#else
 byte *TerminalState;
 byte *TerminalState;
+#endif
+
 int TerminalMaxCycles;
 
 
 int TerminalMaxCycles;