From b7723d58b1eac3cd7a542f55de8f361d84eaf45c Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sat, 3 Oct 2009 11:44:32 +0000 Subject: * Remove some inappropriate change markers from the beginning of time --- src/game/g_spawn.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/game') diff --git a/src/game/g_spawn.c b/src/game/g_spawn.c index 6bad35a2..e505a21b 100644 --- a/src/game/g_spawn.c +++ b/src/game/g_spawn.c @@ -98,7 +98,7 @@ typedef enum F_LSTRING, // string on disk, pointer in memory, TAG_LEVEL F_GSTRING, // string on disk, pointer in memory, TAG_GAME F_VECTOR, - F_VECTOR4, //TA + F_VECTOR4, F_ANGLEHACK, F_ENTITY, // index on disk, pointer in memory F_ITEM, // index on disk, pointer in memory @@ -243,8 +243,8 @@ spawn_t spawns[ ] = { "func_plat", SP_func_plat }, { "func_button", SP_func_button }, { "func_door", SP_func_door }, - { "func_door_rotating", SP_func_door_rotating }, //TA - { "func_door_model", SP_func_door_model }, //TA + { "func_door_rotating", SP_func_door_rotating }, + { "func_door_model", SP_func_door_model }, { "func_static", SP_func_static }, { "func_rotating", SP_func_rotating }, { "func_bobbing", SP_func_bobbing }, -- cgit