From cb6e022bb7aadf56d4f7ebc136f652fc18fbc44e Mon Sep 17 00:00:00 2001 From: Mikko Tiusanen Date: Thu, 9 Oct 2014 17:49:05 +0300 Subject: Added spawn [buildingname] admin command. --- src/game/g_local.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/g_local.h') diff --git a/src/game/g_local.h b/src/game/g_local.h index d82c862..5ee2623 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -833,6 +833,7 @@ qboolean G_BuildIfValid( gentity_t *ent, buildable_t buildable ); void G_SetBuildableAnim( gentity_t *ent, buildableAnimNumber_t anim, qboolean force ); void G_SetIdleBuildableAnim( gentity_t *ent, buildableAnimNumber_t anim ); void G_SpawnBuildable(gentity_t *ent, buildable_t buildable); +void G_ForceSpawnBuildable(gentity_t *ent, buildable_t buildable); void FinishSpawningBuildable( gentity_t *ent ); void G_LayoutSave( char *name ); int G_LayoutList( const char *map, char *list, int len ); -- cgit