mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-16 09:21:36 +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,7 +6017,8 @@ static int32_t getnumber_internal1(char ch, const char *buffer, int32_t *danumpt
|
|||
{
|
||||
*oldnum = danum;
|
||||
asksave = 1;
|
||||
printmessage16("%s", buffer);
|
||||
if (qsetmode!=200)
|
||||
printmessage16("%s", buffer);
|
||||
return 1;
|
||||
}
|
||||
else if (ch == '-' && sign) // negate
|
||||
|
|
Loading…
Reference in a new issue