]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - server.h
server: Consistency fix
[xonotic/darkplaces.git] / server.h
index a8769f6e24f8fdf75a983c8eeb12d3b0bcb133b1..440cb49f686c6b4bd11b32385623be2c741136f9 100644 (file)
--- a/server.h
+++ b/server.h
@@ -592,7 +592,7 @@ void VM_SV_MoveToGoal(prvm_prog_t *prog);
 
 void SV_ApplyClientMove (void);
 void SV_SaveSpawnparms (void);
-void SV_SpawnServer (const char *server);
+void SV_SpawnServer (const char *map);
 
 void SV_CheckVelocity (prvm_edict_t *ent);