aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/loc.cpp
diff options
context:
space:
mode:
authorAlyssa Milburn2012-08-25 00:21:58 +0200
committerAlyssa Milburn2012-08-25 08:41:22 +0200
commitb77306bfcc26d17b1fca71360d1fcbd2ebdbe0ee (patch)
tree887fee6c62b5af94fd9064ffced783313f9150f9 /engines/tony/loc.cpp
parentff9569572a3587b96b849fe4ef572ed91c7e6f5d (diff)
downloadscummvm-rg350-b77306bfcc26d17b1fca71360d1fcbd2ebdbe0ee.tar.gz
scummvm-rg350-b77306bfcc26d17b1fca71360d1fcbd2ebdbe0ee.tar.bz2
scummvm-rg350-b77306bfcc26d17b1fca71360d1fcbd2ebdbe0ee.zip
TONY: Convert more strings to Common::String.
Diffstat (limited to 'engines/tony/loc.cpp')
-rw-r--r--engines/tony/loc.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/tony/loc.cpp b/engines/tony/loc.cpp
index dedac199fa..9fba2dd51a 100644
--- a/engines/tony/loc.cpp
+++ b/engines/tony/loc.cpp
@@ -736,7 +736,7 @@ void RMItem::setPattern(int nPattern, bool bPlayP0) {
}
}
-bool RMItem::getName(RMString &name) {
+bool RMItem::getName(Common::String &name) {
char buf[256];
mpalQueryItemName(_mpalCode, buf);
@@ -1818,7 +1818,6 @@ RMGameBoxes::~RMGameBoxes() {
void RMGameBoxes::init() {
int i;
- RMString fn;
RMDataStream ds;
// Load boxes from disk