From b5eac1b35b5982a86bbe6d7a672609de8ef717a0 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sun, 20 May 2012 21:35:27 +0300 Subject: SCI: Fix case of the SciOpcodes enum --- engines/sci/engine/vm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/sci/engine/vm.h b/engines/sci/engine/vm.h index 23f5a09d34..cdd9b9a06e 100644 --- a/engines/sci/engine/vm.h +++ b/engines/sci/engine/vm.h @@ -139,7 +139,7 @@ enum { GC_INTERVAL = 0x8000 }; -enum sciOpcodes { +enum SciOpcodes { op_bnot = 0x00, // 000 op_add = 0x01, // 001 op_sub = 0x02, // 002 -- cgit v1.2.3