aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/main_loop.cpp
diff options
context:
space:
mode:
authorMax Horn2006-03-02 00:50:52 +0000
committerMax Horn2006-03-02 00:50:52 +0000
commitc01ef102aff7661528b1a68e6e024bf7d69211d6 (patch)
treea2a24ce54ea2ec6bb3ca6f06bb5842fb1f85f0d6 /engines/cine/main_loop.cpp
parent7f8a8b7ffbdccd77fd9d54ecb392777c4746cd0c (diff)
downloadscummvm-rg350-c01ef102aff7661528b1a68e6e024bf7d69211d6.tar.gz
scummvm-rg350-c01ef102aff7661528b1a68e6e024bf7d69211d6.tar.bz2
scummvm-rg350-c01ef102aff7661528b1a68e6e024bf7d69211d6.zip
Breaking cine, in the hopes that somebody will fix this obviously totally bogus code (even if that fix just means uncommenting it :)
svn-id: r20999
Diffstat (limited to 'engines/cine/main_loop.cpp')
-rw-r--r--engines/cine/main_loop.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/cine/main_loop.cpp b/engines/cine/main_loop.cpp
index 9e382d265c..9a529938c4 100644
--- a/engines/cine/main_loop.cpp
+++ b/engines/cine/main_loop.cpp
@@ -146,6 +146,8 @@ void mainLoop(int bootScriptIdx) {
do {
mainLoopSub3();
+This is bad code. executePlayerInput returns an uint16, and we cast it to a char
+pointer. Yeah, right...
di = (char *)executePlayerInput();
if (var18 != 0) {