aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/script_v8.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/scumm/script_v8.cpp b/scumm/script_v8.cpp
index cd0188cbb8..ddd80c1637 100644
--- a/scumm/script_v8.cpp
+++ b/scumm/script_v8.cpp
@@ -1592,7 +1592,8 @@ void Scumm_v8::o8_kernelGetFunctions()
case 0xDA: // lipSyncWidth
case 0xDB: // lipSyncHeight
// TODO - get lip sync data for the currently active voice
- push(255);
+ // HACK - return random values for now, to make things look half decent
+ push(_rnd.getRandomNumber(255));
break;
case 0xDC: // actorTalkAnimation
{