Skip to content
Permalink
Browse files

TUCKER: Draw text only when hovering over hotspots when using the map

  • Loading branch information
bonki committed Apr 20, 2018
1 parent 56db8c6 commit fa1b23889a19bc6bd62dd2c9171206ce4b6135af
Showing with 2 additions and 1 deletion.
  1. +2 −1 engines/tucker/sequences.cpp
@@ -326,8 +326,9 @@ void TuckerEngine::handleMapSequence() {
copyMapRect(220, 0, 100, 180);
}
_fadePaletteCounter = 0;
int xPos = 0, yPos = 0, textNum = 0;
int xPos = 0, yPos = 0;
while (!_quitGame) {
int textNum = 0;
waitForTimer(2);
updateMouseState();
Graphics::copyRect(_locationBackgroundGfxBuf + _scrollOffset, 640, _quadBackgroundGfxBuf + 89600, 320, 320, 200);

0 comments on commit fa1b238

Please sign in to comment.
You can’t perform that action at this time.