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:
terminx 2006-12-11 22:23:56 +00:00
parent e7d1346248
commit 7e405214c5

View file

@ -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