Fixed documentation.

This commit is contained in:
hiker 2017-01-24 08:35:15 +11:00
parent 241d31d8f9
commit b8bf4a3c2e

View File

@ -245,7 +245,7 @@ void ServerLobby::update(float dt)
// they have started the race/
break;
case WAIT_FOR_RACE_STARTED:
// The function finishedLoadingWorldClient() will trigger the
// The function startedRaceOnClient() will trigger the
// next state.
break;
case DELAY_SERVER: