mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-21 11:01:36 +00:00
parent
853b277781
commit
15b28aadd9
1 changed files with 1 additions and 1 deletions
|
@ -763,7 +763,7 @@ void WI_Start(wbstartstruct_t *wbstartstruct)
|
|||
cls = PClass::FindClass(screenclass);
|
||||
if (cls == nullptr)
|
||||
{
|
||||
I_FatalError("Cannot create statis screen");
|
||||
I_FatalError("Cannot create status screen");
|
||||
}
|
||||
}
|
||||
// Set up some global stuff that is always needed.
|
||||
|
|
Loading…
Reference in a new issue