about summary refs log tree commit diff
path: root/src/game/server/hooks.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/server/hooks.cpp')
-rw-r--r--src/game/server/hooks.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/game/server/hooks.cpp b/src/game/server/hooks.cpp
index bd2b5f4f..3b16c422 100644
--- a/src/game/server/hooks.cpp
+++ b/src/game/server/hooks.cpp
@@ -359,15 +359,6 @@ void mods_init()
 				vec2 pos(x*32.0f+16.0f, y*32.0f+16.0f);
 				game.controller->on_entity(index-ENTITY_OFFSET, pos);
 			}
-			else
-			{
-				if(index == TILE_DEATH)
-					tiles[y*tmap->width+x].index = COLFLAG_DEATH;
-				else if(index == TILE_SOLID)
-					tiles[y*tmap->width+x].index = COLFLAG_SOLID;
-				else
-					tiles[y*tmap->width+x].index = 0;
-			}
 		}
 	}