diff options
Diffstat (limited to 'scumm/script_v6.cpp')
-rw-r--r-- | scumm/script_v6.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp index 7d4be06aea..297ab95d3e 100644 --- a/scumm/script_v6.cpp +++ b/scumm/script_v6.cpp @@ -3116,14 +3116,14 @@ void Scumm_v6::o6_unknownEA() { eax = fetchScriptByte(); switch (eax) { - case 197: - unknownEA_func(5, esi, edi, fetchScriptWord(), eax); - break; - case 202: - unknownEA_func(3, esi, edi, fetchScriptWord(), eax); - break; - default: - break; + case 197: + unknownEA_func(5, esi, edi, fetchScriptWord(), eax); + break; + case 202: + unknownEA_func(3, esi, edi, fetchScriptWord(), eax); + break; + default: + break; } } |