diff options
-rw-r--r-- | engines/lure/game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lure/game.cpp b/engines/lure/game.cpp index 0b756694d0..358e41e5bf 100644 --- a/engines/lure/game.cpp +++ b/engines/lure/game.cpp @@ -359,7 +359,7 @@ void Game::handleRightClickMenu() { if (action != NONE) { player->stopWalking(); - doAction(action, (hotspot != NULL) ? hotspot->hotspotId : NULL, itemId); + doAction(action, (hotspot != NULL) ? hotspot->hotspotId : 0, itemId); } } |