diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-01-12 15:07:57 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-01-12 15:07:57 +0000 |
| commit | 99f0a47d6b03b005d0a7dae064cb6eb7cb4f60b5 (patch) | |
| tree | 6c453bff72668da6cc6f6e28621356004a06d441 /src/editor/ed_layer_game.cpp | |
| parent | 2aba180f8c1bfa2680b1f660148de1dc82b03298 (diff) | |
| download | zcatch-99f0a47d6b03b005d0a7dae064cb6eb7cb4f60b5.tar.gz zcatch-99f0a47d6b03b005d0a7dae064cb6eb7cb4f60b5.zip | |
first round of code cleanup
Diffstat (limited to 'src/editor/ed_layer_game.cpp')
| -rw-r--r-- | src/editor/ed_layer_game.cpp | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/editor/ed_layer_game.cpp b/src/editor/ed_layer_game.cpp deleted file mode 100644 index 0e002559..00000000 --- a/src/editor/ed_layer_game.cpp +++ /dev/null @@ -1,20 +0,0 @@ -#include <game/client/gc_mapres_tilemap.h> -#include "editor.hpp" - - -LAYER_GAME::LAYER_GAME(int w, int h) -: LAYER_TILES(w, h) -{ - type_name = "Game"; - game = 1; -} - -LAYER_GAME::~LAYER_GAME() -{ -} - -void LAYER_GAME::render_properties(RECT *toolbox) -{ - LAYER_TILES::render_properties(toolbox); - image = -1; -} |