aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_rooms.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-07-30 17:45:50 -0400
committerPaul Gilbert2016-07-30 17:45:50 -0400
commit01910f32f091debc62a8151b3bbde919d95d3fb3 (patch)
treec4206397b7be0a9a463e83e492c43751ffff7353 /engines/titanic/pet_control/pet_rooms.cpp
parent6dbbb173bd7738ff725eefbd12923699d1663392 (diff)
downloadscummvm-rg350-01910f32f091debc62a8151b3bbde919d95d3fb3.tar.gz
scummvm-rg350-01910f32f091debc62a8151b3bbde919d95d3fb3.tar.bz2
scummvm-rg350-01910f32f091debc62a8151b3bbde919d95d3fb3.zip
TITANIC: Fix identified warnings
Diffstat (limited to 'engines/titanic/pet_control/pet_rooms.cpp')
-rw-r--r--engines/titanic/pet_control/pet_rooms.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/pet_control/pet_rooms.cpp b/engines/titanic/pet_control/pet_rooms.cpp
index 2d731130e9..dfaa0405e4 100644
--- a/engines/titanic/pet_control/pet_rooms.cpp
+++ b/engines/titanic/pet_control/pet_rooms.cpp
@@ -172,7 +172,7 @@ CPetText *CPetRooms::getText() {
return &_text;
}
-CGameObject *CPetRooms::getBackground(int index) {
+CGameObject *CPetRooms::getBackground(int index) const {
switch (index) {
case 8:
return _chevLeftOnDim;