mirror of
https://github.com/DrBeef/Raze.git
synced 2025-02-20 18:52:43 +00:00
- use the proper variable for timer frequency only.
MinFPSRate was an obsolete leftover.
This commit is contained in:
parent
c326bcd308
commit
9764c9de0b
1 changed files with 0 additions and 3 deletions
|
@ -456,8 +456,6 @@ namespace Powerslave
|
|||
::GameInterface* CreateInterface();
|
||||
}
|
||||
|
||||
extern int MinFPSRate; // this is a bit messy.
|
||||
|
||||
void CheckFrontend(int flags)
|
||||
{
|
||||
if (flags & GAMEFLAG_BLOOD)
|
||||
|
@ -466,7 +464,6 @@ void CheckFrontend(int flags)
|
|||
}
|
||||
else if (flags & GAMEFLAG_SW)
|
||||
{
|
||||
MinFPSRate = 40;
|
||||
gi = ShadowWarrior::CreateInterface();
|
||||
}
|
||||
else if (flags & GAMEFLAG_PSEXHUMED)
|
||||
|
|
Loading…
Reference in a new issue