mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 01:01:33 +00:00
bruh
This commit is contained in:
parent
35c0f8b5cc
commit
33b7075d46
3 changed files with 4 additions and 4 deletions
|
@ -3973,7 +3973,7 @@ static void G_DoCompleted(void)
|
|||
{
|
||||
G_SetGamestate(GS_INTERMISSION);
|
||||
Y_StartIntermission();
|
||||
Y_LoadIntermisionData();
|
||||
Y_LoadIntermissionData();
|
||||
G_UpdateVisited();
|
||||
G_HandleSaveLevel();
|
||||
}
|
||||
|
|
|
@ -217,11 +217,11 @@ static void Y_IntermissionTokenDrawer(void)
|
|||
|
||||
|
||||
//
|
||||
// Y_LoadIntermisionData
|
||||
// Y_LoadIntermissionData
|
||||
//
|
||||
// Load patches for drawing the intermission, if acceptable
|
||||
//
|
||||
void Y_LoadIntermisionData(void)
|
||||
void Y_LoadIntermissionData(void)
|
||||
{
|
||||
INT32 i;
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ extern boolean usebuffer;
|
|||
void Y_IntermissionDrawer(void);
|
||||
void Y_Ticker(void);
|
||||
|
||||
void Y_LoadIntermisionData(void);
|
||||
void Y_LoadIntermissionData(void);
|
||||
void Y_StartIntermission(void);
|
||||
void Y_EndIntermission(void);
|
||||
|
||||
|
|
Loading…
Reference in a new issue