mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-12-13 05:31:29 +00:00
fix some typos
From /dev/humancontroller.
This commit is contained in:
parent
ad8d3dc567
commit
997615168a
2 changed files with 2 additions and 2 deletions
|
@ -1083,7 +1083,7 @@ void ExitLevel (void) {
|
||||||
cl->ps.persistant[PERS_SCORE] = 0;
|
cl->ps.persistant[PERS_SCORE] = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// we need to do this here before chaning to CON_CONNECTING
|
// we need to do this here before changing to CON_CONNECTING
|
||||||
G_WriteSessionData();
|
G_WriteSessionData();
|
||||||
|
|
||||||
// change all client states to connecting, so the early players into the
|
// change all client states to connecting, so the early players into the
|
||||||
|
|
|
@ -333,7 +333,7 @@ Informs all masters that this server is going down
|
||||||
=================
|
=================
|
||||||
*/
|
*/
|
||||||
void SV_MasterShutdown( void ) {
|
void SV_MasterShutdown( void ) {
|
||||||
// send a hearbeat right now
|
// send a heartbeat right now
|
||||||
svs.nextHeartbeatTime = -9999;
|
svs.nextHeartbeatTime = -9999;
|
||||||
SV_MasterHeartbeat(HEARTBEAT_FOR_MASTER);
|
SV_MasterHeartbeat(HEARTBEAT_FOR_MASTER);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue