From 88e2673272b26c3026ad7ffc3f1977c5eb3ed546 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Fri, 5 Feb 2016 23:52:18 +0200 Subject: SCI: Clean up the op_infoToa and op_superToa SCI3 opcodes --- engines/sci/engine/vm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/sci/engine/vm.h') diff --git a/engines/sci/engine/vm.h b/engines/sci/engine/vm.h index cf65803929..514bf58b64 100644 --- a/engines/sci/engine/vm.h +++ b/engines/sci/engine/vm.h @@ -176,8 +176,8 @@ enum SciOpcodes { op_calle = 0x23, // 035 op_ret = 0x24, // 036 op_send = 0x25, // 037 - // dummy 0x26, // 038 - // dummy 0x27, // 039 + op_infoToa = 0x26, // 038 + op_superToa = 0x27, // 039 op_class = 0x28, // 040 // dummy 0x29, // 041 op_self = 0x2a, // 042 -- cgit v1.2.3