aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v5.cpp
diff options
context:
space:
mode:
authorMax Horn2003-05-04 01:10:45 +0000
committerMax Horn2003-05-04 01:10:45 +0000
commit3b77249ab073515832eb8b2d628ba71d9fd1655c (patch)
treedb68b407906052b44411322bf2c0905d769d2f5b /scumm/script_v5.cpp
parent781564d4019f036b9b96f164fcb9c00b93aa5b97 (diff)
downloadscummvm-rg350-3b77249ab073515832eb8b2d628ba71d9fd1655c.tar.gz
scummvm-rg350-3b77249ab073515832eb8b2d628ba71d9fd1655c.tar.bz2
scummvm-rg350-3b77249ab073515832eb8b2d628ba71d9fd1655c.zip
cleanup; got rid of o2_printEgo
svn-id: r7300
Diffstat (limited to 'scumm/script_v5.cpp')
-rw-r--r--scumm/script_v5.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v5.cpp b/scumm/script_v5.cpp
index 04f0b20ef2..ffe19eba34 100644
--- a/scumm/script_v5.cpp
+++ b/scumm/script_v5.cpp
@@ -1440,7 +1440,7 @@ void Scumm_v5::o5_print() {
}
void Scumm_v5::o5_printEgo() {
- _actorToPrintStrFor = (unsigned char)_vars[VAR_EGO];
+ _actorToPrintStrFor = (byte)_vars[VAR_EGO];
decodeParseString();
}