aboutsummaryrefslogtreecommitdiffstats
path: root/code/game/g_spawn.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/game/g_spawn.c')
-rw-r--r--code/game/g_spawn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/code/game/g_spawn.c b/code/game/g_spawn.c
index f21e13b..7d2ac10 100644
--- a/code/game/g_spawn.c
+++ b/code/game/g_spawn.c
@@ -191,7 +191,7 @@ void SP_team_blueobelisk( gentity_t *ent );
void SP_team_redobelisk( gentity_t *ent );
void SP_team_neutralobelisk( gentity_t *ent );
#endif
-void SP_item_botroam( gentity_t *ent ) {};
+void SP_item_botroam( gentity_t *ent ) { }
spawn_t spawns[] = {
// info entities don't do anything at all, but provide positional
@@ -266,7 +266,7 @@ spawn_t spawns[] = {
#endif
{"item_botroam", SP_item_botroam},
- {NULL, NULL}
+ {NULL, 0}
};
/*