mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-21 20:11:12 +00:00
Merge branch 'fix-minor-spelling-mistakes' into 'next'
Fix minor spelling mistake See merge request STJr/SRB2!2154
This commit is contained in:
commit
6deaf89f72
2 changed files with 2 additions and 2 deletions
|
@ -572,7 +572,7 @@ static boolean CL_FinishedFileList(void)
|
||||||
CL_Reset();
|
CL_Reset();
|
||||||
D_StartTitle();
|
D_StartTitle();
|
||||||
M_StartMessage(M_GetText(
|
M_StartMessage(M_GetText(
|
||||||
"An error occured when trying to\n"
|
"An error occurred when trying to\n"
|
||||||
"download missing addons.\n"
|
"download missing addons.\n"
|
||||||
"(This is almost always a problem\n"
|
"(This is almost always a problem\n"
|
||||||
"with the server, not your game.)\n\n"
|
"with the server, not your game.)\n\n"
|
||||||
|
|
|
@ -284,7 +284,7 @@ void Command_ResendGamestate(void)
|
||||||
netbuffer->packettype = PT_WILLRESENDGAMESTATE;
|
netbuffer->packettype = PT_WILLRESENDGAMESTATE;
|
||||||
if (!HSendPacket(playernode[playernum], true, 0, 0))
|
if (!HSendPacket(playernode[playernum], true, 0, 0))
|
||||||
{
|
{
|
||||||
CONS_Alert(CONS_ERROR, M_GetText("A problem occured, please try again.\n"));
|
CONS_Alert(CONS_ERROR, M_GetText("A problem occurred, please try again.\n"));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue