From f33ba719245a8da967ef5de414ecaa35d39df7e1 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Sun, 8 Sep 2013 18:52:40 +0200 Subject: AVALANCHE: Fix bug in Visa2 --- engines/avalanche/visa2.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'engines/avalanche') diff --git a/engines/avalanche/visa2.cpp b/engines/avalanche/visa2.cpp index a1863065da..b356aef7c8 100644 --- a/engines/avalanche/visa2.cpp +++ b/engines/avalanche/visa2.cpp @@ -84,8 +84,7 @@ void Visa::displayScrollChain(char block, byte point, bool report, bool bubbling if (error) { if (report) { - Common::String todisplay; - todisplay.format("%cError accessing scroll %c%s", 7, block, _vm->_gyro->intToStr(point).c_str()); + Common::String todisplay = Common::String::format("%cError accessing scroll %c%d", Scrolls::kControlBell, block, point); _vm->_scrolls->displayText(todisplay); } return; -- cgit v1.2.3