1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-23 00:28:08 +02:00

Fix regressions

This commit is contained in:
Ivan Savenko
2023-07-11 17:51:14 +03:00
parent 19ace6a849
commit f8187ce1d8
6 changed files with 123 additions and 114 deletions

View File

@ -2012,6 +2012,9 @@ void NewTurn::applyGs(CGameState *gs)
logGlobal->error("Hero %d not found in NewTurn::applyGs", h.id.getNum());
continue;
}
hero->setMovementPoints(h.move);
hero->mana = h.mana;
}
gs->hpool->onNewDay();