mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 09:49:14 +00:00
HDB: Add cheating debug statment and remove...
redundant warnings
This commit is contained in:
parent
779f455292
commit
723b86e1cf
@ -471,7 +471,7 @@ void AI::stopEntity(AIEntity *e) {
|
||||
e->state = STATE_FLOATING;
|
||||
return;
|
||||
default:
|
||||
warning("AI-FUNCS: stopEntity: Unintended State");
|
||||
break;
|
||||
}
|
||||
|
||||
if (e->type != AI_DIVERTER) {
|
||||
@ -501,7 +501,7 @@ void AI::stopEntity(AIEntity *e) {
|
||||
e->state = STATE_NONE;
|
||||
break;
|
||||
default:
|
||||
warning("AI-FUNCS: stopEntity: DIR_NONE");
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -126,6 +126,7 @@ void Menu::readConfig() {
|
||||
|
||||
if (ConfMan.hasKey(CONFIG_CHEAT)) {
|
||||
g_hdb->setCheatingOn();
|
||||
debug("Cheating enabled");
|
||||
}
|
||||
|
||||
ConfMan.flushToDisk();
|
||||
|
Loading…
x
Reference in New Issue
Block a user