From fe12bbe4f5d74d0fb584ae8cef0a16e62ec4f5e8 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 28 Sep 2004 17:35:35 +0000 Subject: Seems the difference between o6_kernelSetFunctions case 16 and 17 is whether the text shall be centered or not. Helps Asteroid Lander in The Dig svn-id: r15328 --- scumm/script_v6.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/script_v6.cpp') diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp index 0efd69cf2e..7891008057 100644 --- a/scumm/script_v6.cpp +++ b/scumm/script_v6.cpp @@ -2538,7 +2538,7 @@ void ScummEngine_v6::o6_kernelSetFunctions() { break; case 16: case 17: - enqueueText(getStringAddressVar(VAR_STRING2DRAW), args[3], args[4], args[2], args[1], true); + enqueueText(getStringAddressVar(VAR_STRING2DRAW), args[3], args[4], args[2], args[1], (args[0] == 16)); break; case 20: // it's used for turn on/off 'RadioChatter' effect for voice in the dig, but i's not needed -- cgit v1.2.3