mirror of
https://github.com/DrBeef/Raze.git
synced 2025-01-18 23:21:43 +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;
|
keystatus[1] = 1;
|
||||||
quitevent = 0;
|
quitevent = 0;
|
||||||
}
|
}
|
||||||
} else idle();
|
}
|
||||||
|
|
||||||
OSD_DispatchQueued();
|
OSD_DispatchQueued();
|
||||||
|
|
||||||
|
@ -6416,7 +6416,7 @@ long getnumber256(char namestart[80], long num, long maxnumber, char sign)
|
||||||
{
|
{
|
||||||
if (handleevents()) {
|
if (handleevents()) {
|
||||||
if (quitevent) quitevent = 0;
|
if (quitevent) quitevent = 0;
|
||||||
} else idle();
|
}
|
||||||
|
|
||||||
drawrooms(posx,posy,posz,ang,horiz,cursectnum);
|
drawrooms(posx,posy,posz,ang,horiz,cursectnum);
|
||||||
#ifdef SUPERBUILD
|
#ifdef SUPERBUILD
|
||||||
|
|
Loading…
Reference in a new issue