mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 17:01:28 +00:00
- set proper engine compatibility mode.
This commit is contained in:
parent
a0cc798c9c
commit
9043123aab
2 changed files with 1 additions and 2 deletions
|
@ -122,7 +122,6 @@ public:
|
|||
return -1;
|
||||
}
|
||||
|
||||
Printf("Movie clock = %d - %d = %d", ototalclock, totalclock, ototalclock - totalclock);
|
||||
if (totalclock < ototalclock - 1)
|
||||
{
|
||||
Printf("\n");
|
||||
|
@ -130,7 +129,6 @@ public:
|
|||
DrawTexture(twod, animtex.GetFrame(), 0, 0, DTA_FullscreenEx, 3, DTA_Masked, false, TAG_DONE);
|
||||
return skiprequest? -1 : 1;
|
||||
}
|
||||
Printf(" advancing\n");
|
||||
|
||||
animtex.SetFrame(ANIM_GetPalette(&anim), ANIM_DrawFrame(&anim, curframe));
|
||||
frametime = totalclock;
|
||||
|
|
|
@ -389,6 +389,7 @@ void startmainmenu()
|
|||
void app_loop()
|
||||
{
|
||||
gamestate = GS_STARTUP;
|
||||
enginecompatibility_mode = ENGINECOMPATIBILITY_19961112;//bVanilla;
|
||||
|
||||
while (true)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue