diff options
Diffstat (limited to 'src/game/bg_misc.c')
-rw-r--r-- | src/game/bg_misc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/bg_misc.c b/src/game/bg_misc.c index 002d4111..dab1eff9 100644 --- a/src/game/bg_misc.c +++ b/src/game/bg_misc.c @@ -280,7 +280,7 @@ static const buildableAttributes_t bg_buildableList[ ] = qfalse, //qboolean uniqueTest; HIVE_VALUE, //int value; }, - { + /*{ BA_A_HOVEL, //int buildNum; "hovel", //char *buildName; "Hovel", //char *humanName; @@ -314,7 +314,7 @@ static const buildableAttributes_t bg_buildableList[ ] = qfalse, //qboolean transparentTest; qtrue, //qboolean uniqueTest; HOVEL_VALUE, //int value; - }, + },*/ { BA_H_SPAWN, //int buildNum; "telenode", //char *buildName; |