diff options
Diffstat (limited to 'engines/mads/game.cpp')
| -rw-r--r-- | engines/mads/game.cpp | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/mads/game.cpp b/engines/mads/game.cpp index 8ddfd1e3fc..f5a5f3be59 100644 --- a/engines/mads/game.cpp +++ b/engines/mads/game.cpp @@ -605,5 +605,9 @@ void Game::syncTimers(int slave_type, int slave_id, int master_type, int master_  void Game::camPanTo(Camera *camera, int target) {  	warning("TODO: Game::camPanTo"); +	if (camera) { +		// Incomplete +		camera->_panMode = 1; +	}  }  } // End of namespace MADS  | 
