aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v5.cpp
diff options
context:
space:
mode:
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();
}