mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-16 01:11:44 +00:00
Oops, I accidentally made 3D mode teh slows.
git-svn-id: https://svn.eduke32.com/eduke32@407 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
e7d1346248
commit
7e405214c5
1 changed files with 2 additions and 2 deletions
|
@ -397,7 +397,7 @@ CANCEL:
|
|||
keystatus[1] = 1;
|
||||
quitevent = 0;
|
||||
}
|
||||
} else idle();
|
||||
}
|
||||
|
||||
OSD_DispatchQueued();
|
||||
|
||||
|
@ -6416,7 +6416,7 @@ long getnumber256(char namestart[80], long num, long maxnumber, char sign)
|
|||
{
|
||||
if (handleevents()) {
|
||||
if (quitevent) quitevent = 0;
|
||||
} else idle();
|
||||
}
|
||||
|
||||
drawrooms(posx,posy,posz,ang,horiz,cursectnum);
|
||||
#ifdef SUPERBUILD
|
||||
|
|
Loading…
Reference in a new issue