hedgewars/hwengine.dpr
changeset 988 cdff3f6f9b38
parent 956 19003f7fc174
child 1022 f6a3fcb329ca
--- a/hedgewars/hwengine.dpr	Wed Jun 11 15:42:53 2008 +0000
+++ b/hedgewars/hwengine.dpr	Wed Jun 11 20:27:09 2008 +0000
@@ -89,7 +89,6 @@
               AssignHHCoords;
               AddMiscGears;
               StoreLoad;
-              AdjustColor(cConsoleSplitterColor);
               ResetKbd;
               SoundLoad;
               if GameType = gmtSave then
@@ -106,12 +105,6 @@
               ProcessVisualGears(Lag);
               DrawWorld(Lag);
               end;
-   gsConsole: begin
-              DoGameTick(Lag);
-              ProcessVisualGears(Lag);
-              DrawWorld(Lag);
-              DrawConsole(SDLPrimSurface);
-              end;
       gsChat: begin
               DoGameTick(Lag);
               ProcessVisualGears(Lag);