diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-01-13 13:42:59 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-01-13 13:42:59 +0000 |
| commit | 06671c4494a703f25275b130c458e1b6e97b1d07 (patch) | |
| tree | 80f8e151a49fd5e97fec6267744631dd7d09c635 /src/game/client | |
| parent | 4c987519b073f159ea7ab9273a6b30799fd1af36 (diff) | |
| download | zcatch-06671c4494a703f25275b130c458e1b6e97b1d07.tar.gz zcatch-06671c4494a703f25275b130c458e1b6e97b1d07.zip | |
fixed various issues
Diffstat (limited to 'src/game/client')
| -rw-r--r-- | src/game/client/gc_client.cpp | 2 | ||||
| -rw-r--r-- | src/game/client/gc_hooks.cpp | 1 | ||||
| -rw-r--r-- | src/game/client/gc_menu.cpp | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/src/game/client/gc_client.cpp b/src/game/client/gc_client.cpp index d3e3009a..e460abe0 100644 --- a/src/game/client/gc_client.cpp +++ b/src/game/client/gc_client.cpp @@ -11,10 +11,8 @@ extern "C" { #include "../g_game.h" #include "../g_version.h" -#include "../g_mapres.h" #include "../g_layers.h" #include "gc_map_image.h" -#include "gc_mapres_tilemap.h" #include "../generated/gc_data.h" #include "gc_menu.h" #include "gc_skin.h" diff --git a/src/game/client/gc_hooks.cpp b/src/game/client/gc_hooks.cpp index d0754c09..a58b554a 100644 --- a/src/game/client/gc_hooks.cpp +++ b/src/game/client/gc_hooks.cpp @@ -17,7 +17,6 @@ extern "C" { #include "gc_skin.h" #include "gc_render.h" #include "gc_map_image.h" -#include "gc_mapres_tilemap.h" extern unsigned char internal_data[]; diff --git a/src/game/client/gc_menu.cpp b/src/game/client/gc_menu.cpp index cc9eaaea..66e5798c 100644 --- a/src/game/client/gc_menu.cpp +++ b/src/game/client/gc_menu.cpp @@ -14,7 +14,6 @@ extern "C" { #include <engine/client/ec_font.h> } -#include "../g_mapres.h" #include "../g_version.h" #include "../g_protocol.h" |