AVALANCHE: Implement majorRedraw().

This commit is contained in:
uruk 2014-01-22 18:51:48 +01:00
parent c53c4ca626
commit 3fd28f31a7

View File

@ -1275,7 +1275,7 @@ void AvalancheEngine::minorRedraw() {
}
void AvalancheEngine::majorRedraw() {
warning("STUB: major_redraw()");
_graphics->refreshScreen();
}
uint16 AvalancheEngine::bearing(byte whichPed) {