diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-01-13 11:15:32 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-01-13 11:15:32 +0000 |
| commit | ea245b969d1864441b41d25c7631beccfb39d874 (patch) | |
| tree | 68fb62ef99cdd90f5dd4ec8edf11e7bb54b7f953 /src/game/client/gc_mapres_tilemap.cpp | |
| parent | 906ece7894927983b8ac69e37dd3cb82cfe7aad1 (diff) | |
| download | zcatch-ea245b969d1864441b41d25c7631beccfb39d874.tar.gz zcatch-ea245b969d1864441b41d25c7631beccfb39d874.zip | |
new mapformat in place. continued the cleanup. some effects are gone, gonna be redone so no biggie. CTF isn't working now.
Diffstat (limited to 'src/game/client/gc_mapres_tilemap.cpp')
| -rw-r--r-- | src/game/client/gc_mapres_tilemap.cpp | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/game/client/gc_mapres_tilemap.cpp b/src/game/client/gc_mapres_tilemap.cpp index 99976b64..239d2d92 100644 --- a/src/game/client/gc_mapres_tilemap.cpp +++ b/src/game/client/gc_mapres_tilemap.cpp @@ -1,4 +1,5 @@ /* copyright (c) 2007 magnus auvinen, see licence.txt for more info */ +/* #include <engine/e_interface.h> #include <engine/e_config.h> #include "gc_mapres_tilemap.h" @@ -15,13 +16,6 @@ int tilemap_init() { return 0; } -/* -struct render_info -{ - unsigned char *data; -}; - -void tilemap_render_one()*/ void tilemap_render(float scale, int fg) { @@ -113,3 +107,4 @@ void tilemap_render(float scale, int fg) } } } +*/ |