aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/acci2.h
diff options
context:
space:
mode:
authoruruk2013-07-28 20:57:40 +0200
committeruruk2013-07-28 20:57:40 +0200
commit591a4852c48a3566ace1e73ac28ad567e65eb34b (patch)
tree25d1501494e4682591e1385ef0fdac7ac8329190 /engines/avalanche/acci2.h
parent9474e2dc61c25abab1b069de3d94b49ef25b655b (diff)
downloadscummvm-rg350-591a4852c48a3566ace1e73ac28ad567e65eb34b.tar.gz
scummvm-rg350-591a4852c48a3566ace1e73ac28ad567e65eb34b.tar.bz2
scummvm-rg350-591a4852c48a3566ace1e73ac28ad567e65eb34b.zip
AVALANCHE: Repair parser, implement Acci::replace(), further implement Acci:parse().
Diffstat (limited to 'engines/avalanche/acci2.h')
-rw-r--r--engines/avalanche/acci2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/avalanche/acci2.h b/engines/avalanche/acci2.h
index bb55dac570..d4efa02822 100644
--- a/engines/avalanche/acci2.h
+++ b/engines/avalanche/acci2.h
@@ -149,7 +149,7 @@ private:
byte wordnum(Common::String x);
- void replace(Common::String old1, Common::String new1);
+ void replace(Common::String old1, byte new1);
Common::String rank();