mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-07 07:22:54 +00:00
False instead of 0, a little clearer
This commit is contained in:
parent
e5b6ebaa4e
commit
1b0ba7768c
1 changed files with 1 additions and 1 deletions
|
|
@ -3626,7 +3626,7 @@ boolean SV_SpawnServer(void)
|
|||
#ifdef TESTERS
|
||||
/* Just don't let the testers play. Easy. */
|
||||
I_Error("What do you think you're doing?");
|
||||
return 0;
|
||||
return false;
|
||||
#else
|
||||
if (demo.playback)
|
||||
G_StopDemo(); // reset engine parameter
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue