mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-26 03:30:46 +00:00
fix getnumber256 crash
git-svn-id: https://svn.eduke32.com/eduke32@1846 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
900a115b5a
commit
bdc993bb3c
1 changed files with 2 additions and 1 deletions
|
@ -6017,6 +6017,7 @@ static int32_t getnumber_internal1(char ch, const char *buffer, int32_t *danumpt
|
||||||
{
|
{
|
||||||
*oldnum = danum;
|
*oldnum = danum;
|
||||||
asksave = 1;
|
asksave = 1;
|
||||||
|
if (qsetmode!=200)
|
||||||
printmessage16("%s", buffer);
|
printmessage16("%s", buffer);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue