Removed remaining references to engine.cheatCredits.

This commit is contained in:
onpon4 2016-11-25 17:24:45 -05:00
parent c8e561eeec
commit 65e8142959
2 changed files with 0 additions and 8 deletions

View File

@ -98,7 +98,6 @@ typedef struct Engine_ {
int cheatCash;
int cheatAmmo;
int cheatTime;
int cheatCredits;
} Engine;

View File

@ -421,13 +421,6 @@ int title_show()
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 ((now - then <= 27500) && (!skip))