diff options
Diffstat (limited to 'engines/mohawk/cstime_game.cpp')
| -rw-r--r-- | engines/mohawk/cstime_game.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/cstime_game.cpp b/engines/mohawk/cstime_game.cpp index 2e21111025..91d2f895c0 100644 --- a/engines/mohawk/cstime_game.cpp +++ b/engines/mohawk/cstime_game.cpp @@ -1094,7 +1094,7 @@ void CSTimeScene::idleAmbientAnims() {  bool CSTimeScene::eventIsActive() {  	return _vm->NISIsRunning() /* TODO || _vm->soundIsPlaying()*/ || _vm->getCurrentEventType() == kCSTimeEventWaitForClick -		|| _activeChar->_flappingState != 0xffff || _vm->getInterface()->getState() == 4; +		|| _activeChar->_flappingState != 0xffff || _vm->getInterface()->getState() == kCSTimeInterfaceDroppedInventory;  }  void CSTimeScene::cursorOverHotspot(uint id) {  | 
