mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-14 07:48:58 +00:00
ADL: Reset "lines printed" counter on restart
This commit is contained in:
parent
b4a82370cd
commit
adecc10674
@ -139,6 +139,8 @@ void HiRes2Engine::init() {
|
||||
}
|
||||
|
||||
void HiRes2Engine::initState() {
|
||||
_linesPrinted = 0;
|
||||
|
||||
_state = State();
|
||||
_state.vars.resize(IDI_HR2_NUM_VARS);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user