mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-07 15:31:02 +00:00
- fixed typo in error message
This commit is contained in:
parent
a936592cfd
commit
1634b78280
1 changed files with 1 additions and 1 deletions
|
@ -754,7 +754,7 @@ void WI_Start(wbstartstruct_t *wbstartstruct)
|
||||||
cls = PClass::FindClass(screenclass);
|
cls = PClass::FindClass(screenclass);
|
||||||
if (cls == nullptr)
|
if (cls == nullptr)
|
||||||
{
|
{
|
||||||
I_FatalError("Cannot create statis screen");
|
I_FatalError("Cannot create status screen");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Set up some global stuff that is always needed.
|
// Set up some global stuff that is always needed.
|
||||||
|
|
Loading…
Reference in a new issue