From fceeca266600b82c0ef3ab4488a93f7509ff8d96 Mon Sep 17 00:00:00 2001
From: Filippos Karapetis
Date: Sun, 20 May 2012 19:56:22 +0300
Subject: SCI: Change sci_opcodes to CamelCase

---
 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 334d224baf..23f5a09d34 100644
--- a/engines/sci/engine/vm.h
+++ b/engines/sci/engine/vm.h
@@ -139,7 +139,7 @@ enum {
 	GC_INTERVAL = 0x8000
 };
 
-enum sci_opcodes {
+enum sciOpcodes {
 	op_bnot     = 0x00,	// 000
 	op_add      = 0x01,	// 001
 	op_sub      = 0x02,	// 002
-- 
cgit v1.2.3