1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-07 00:58:39 +02:00

- minor tweaks to quest window

- fixed #531
- fixed query crash (empty funciton)
This commit is contained in:
Ivan Savenko
2012-07-21 20:16:54 +00:00
parent 0665850d9d
commit 13de841e10
16 changed files with 116 additions and 109 deletions

View File

@ -536,7 +536,7 @@ void CMinimap::moveAdvMapSelection()
int3 newLocation = translateMousePosition();
adventureInt->centerOn(newLocation);
redraw();
GH.totalRedraw(); //redraw this as well as adventure map (which may be inactive)
}
void CMinimap::clickLeft(tribool down, bool previousState)