ADL: Reset "lines printed" counter on restart

This commit is contained in:
Walter van Niftrik 2016-04-03 14:40:00 +02:00 committed by Walter van Niftrik
parent b4a82370cd
commit adecc10674

View File

@ -139,6 +139,8 @@ void HiRes2Engine::init() {
}
void HiRes2Engine::initState() {
_linesPrinted = 0;
_state = State();
_state.vars.resize(IDI_HR2_NUM_VARS);