Removed remaining references to engine.cheatCredits.
This commit is contained in:
parent
c8e561eeec
commit
65e8142959
|
@ -98,7 +98,6 @@ typedef struct Engine_ {
|
||||||
int cheatCash;
|
int cheatCash;
|
||||||
int cheatAmmo;
|
int cheatAmmo;
|
||||||
int cheatTime;
|
int cheatTime;
|
||||||
int cheatCredits;
|
|
||||||
|
|
||||||
} Engine;
|
} Engine;
|
||||||
|
|
||||||
|
|
|
@ -421,13 +421,6 @@ int title_show()
|
||||||
|
|
||||||
getPlayerInput();
|
getPlayerInput();
|
||||||
|
|
||||||
// if someone has invoked the credits cheat
|
|
||||||
if (engine.cheatCredits)
|
|
||||||
{
|
|
||||||
title_showCredits();
|
|
||||||
engine.cheatCredits = 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
if ((engine.keyState[KEY_FIRE] || engine.keyState[KEY_ALTFIRE]))
|
if ((engine.keyState[KEY_FIRE] || engine.keyState[KEY_ALTFIRE]))
|
||||||
{
|
{
|
||||||
if ((now - then <= 27500) && (!skip))
|
if ((now - then <= 27500) && (!skip))
|
||||||
|
|
Loading…
Reference in New Issue