aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_control.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-17 22:30:18 -0400
committerPaul Gilbert2016-07-10 16:11:25 -0400
commitb6e093d668e9e782cc6a08a787d48c857cf53430 (patch)
tree40ff96848a194ec50bba0b868dba98d7c35874bd /engines/titanic/pet_control/pet_control.cpp
parentca68e85f3791aa35e5ccc0f3d6cc33a9f71f7f48 (diff)
downloadscummvm-rg350-b6e093d668e9e782cc6a08a787d48c857cf53430.tar.gz
scummvm-rg350-b6e093d668e9e782cc6a08a787d48c857cf53430.tar.bz2
scummvm-rg350-b6e093d668e9e782cc6a08a787d48c857cf53430.zip
TITANIC: Fix drawing glyph squares in PET inventory tab
Diffstat (limited to 'engines/titanic/pet_control/pet_control.cpp')
-rw-r--r--engines/titanic/pet_control/pet_control.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/pet_control/pet_control.cpp b/engines/titanic/pet_control/pet_control.cpp
index 31f95d1a88..fed17d5b4b 100644
--- a/engines/titanic/pet_control/pet_control.cpp
+++ b/engines/titanic/pet_control/pet_control.cpp
@@ -345,8 +345,8 @@ bool CPetControl::TimerMsg(CTimerMsg *msg) {
return true;
}
-void CPetControl::drawIndent(CScreenManager *screenManager, int indent) {
- _frame.drawIndent(screenManager, indent);
+void CPetControl::drawSquares(CScreenManager *screenManager, int count) {
+ _frame.drawSquares(screenManager, count);
}
void CPetControl::displayMessage(const CString &msg) {