summaryrefslogtreecommitdiff
path: root/source/baseq2/g_spawn.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/baseq2/g_spawn.c')
-rw-r--r--source/baseq2/g_spawn.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/baseq2/g_spawn.c b/source/baseq2/g_spawn.c
index a82b115..6ebf279 100644
--- a/source/baseq2/g_spawn.c
+++ b/source/baseq2/g_spawn.c
@@ -434,7 +434,7 @@ static qboolean ED_ParseField (const spawn_field_t *fields, const char *key, con
*(char **)(b+f->ofs) = ED_NewString (value);
break;
case F_VECTOR:
- if( sscanf (value, "%f %f %f", &vec[0], &vec[1], &vec[2]) != 3 ) {
+ if( sscanf (value, "%f %f %f", &vec[0], &vec[1], &vec[2]) != 3 ) {
gi.dprintf( "%s: couldn't parse '%s'\n", __func__, key );
VectorClear( vec );
}
@@ -706,7 +706,7 @@ void SpawnEntities (const char *mapname, const char *entities, const char *spawn
#endif
-char *single_statusbar =
+static const char single_statusbar[] =
"yb -24 "
// health
@@ -764,7 +764,7 @@ char *single_statusbar =
"endif "
;
-char *dm_statusbar =
+static const char dm_statusbar[] =
"yb -24 "
// health