diff options
Diffstat (limited to 'src/game/g_layers.cpp')
| -rw-r--r-- | src/game/g_layers.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/g_layers.cpp b/src/game/g_layers.cpp index 1595e266..6614bc90 100644 --- a/src/game/g_layers.cpp +++ b/src/game/g_layers.cpp @@ -33,12 +33,10 @@ void layers_init() if(tilemap->flags&1) { - dbg_msg("layers", "game"); game_layer = tilemap; p = 2; } } - dbg_msg("layers", "%d %d", i, layer->type); } } } |