about summary refs log tree commit diff
path: root/src/game/client/gameclient.cpp
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-08-27 16:23:15 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-08-27 16:23:15 +0000
commit68c52dd5efca7ed66b083b70439337b8f1205c15 (patch)
tree2690d39776899a8bdea18801cb6074c35d0a941e /src/game/client/gameclient.cpp
parentdc67b341387f539f11f8964c299ce479e36cc142 (diff)
downloadzcatch-68c52dd5efca7ed66b083b70439337b8f1205c15.tar.gz
zcatch-68c52dd5efca7ed66b083b70439337b8f1205c15.zip
repaired the local console
Diffstat (limited to 'src/game/client/gameclient.cpp')
-rw-r--r--src/game/client/gameclient.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/client/gameclient.cpp b/src/game/client/gameclient.cpp
index 0fb6c61e..0222b6b9 100644
--- a/src/game/client/gameclient.cpp
+++ b/src/game/client/gameclient.cpp
@@ -47,7 +47,6 @@ static ITEMS items;
 static MAPLAYERS maplayers_background(MAPLAYERS::TYPE_BACKGROUND);
 static MAPLAYERS maplayers_foreground(MAPLAYERS::TYPE_FOREGROUND);
 
-
 GAMECLIENT::STACK::STACK() { num = 0; }
 void GAMECLIENT::STACK::add(class COMPONENT *component) { components[num++] = component; }