mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Dies ermöglicht es Spiele auch unter i386 zu starten
This commit is contained in:
parent
84032eee3d
commit
f08984684d
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ void SV_SpawnServer (char *server, char *spawnpoint, server_state_t serverstate,
|
|||
sv.models[1] = CM_LoadMap (sv.configstrings[CS_MODELS+1], false, &checksum);
|
||||
}
|
||||
Com_sprintf (sv.configstrings[CS_MAPCHECKSUM],sizeof(sv.configstrings[CS_MAPCHECKSUM]),
|
||||
"%u", checksum);
|
||||
"%i", checksum);
|
||||
|
||||
//
|
||||
// clear physics interaction links
|
||||
|
|
Loading…
Reference in a new issue