about summary refs log tree commit diff
path: root/src/game/g_layers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_layers.cpp')
-rw-r--r--src/game/g_layers.cpp2
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);
 		}
 	}
 }