mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-24 10:40:46 +00:00
When osdcmd_quit(), OSD_ShowDisplay(0).
DONT_BUILD. git-svn-id: https://svn.eduke32.com/eduke32@4358 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
a399bd5717
commit
4b0fc93155
2 changed files with 3 additions and 0 deletions
|
@ -8911,6 +8911,8 @@ static int32_t osdcmd_quit(const osdfuncparm_t *parm)
|
|||
{
|
||||
UNREFERENCED_PARAMETER(parm);
|
||||
|
||||
OSD_ShowDisplay(0);
|
||||
|
||||
ExtUnInit();
|
||||
uninitengine();
|
||||
|
||||
|
|
|
@ -57,6 +57,7 @@ extern void G_CheckPlayerColor(int32_t *color,int32_t prev_color);
|
|||
static inline int32_t osdcmd_quit(const osdfuncparm_t *parm)
|
||||
{
|
||||
UNREFERENCED_PARAMETER(parm);
|
||||
OSD_ShowDisplay(0);
|
||||
G_GameQuit();
|
||||
return OSDCMD_OK;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue