fix some typos

From /dev/humancontroller.
This commit is contained in:
Zack Middleton 2012-06-18 16:25:13 +00:00
parent ad8d3dc567
commit 997615168a
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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);