[Scummvm-cvs-logs] scummvm master -> b5eac1b35b5982a86bbe6d7a672609de8ef717a0

bluegr md5 at scummvm.org
Sun May 20 20:36:27 CEST 2012


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
b5eac1b35b SCI: Fix case of the SciOpcodes enum


Commit: b5eac1b35b5982a86bbe6d7a672609de8ef717a0
    https://github.com/scummvm/scummvm/commit/b5eac1b35b5982a86bbe6d7a672609de8ef717a0
Author: Filippos Karapetis (md5 at scummvm.org)
Date: 2012-05-20T11:35:27-07:00

Commit Message:
SCI: Fix case of the SciOpcodes enum

Changed paths:
    engines/sci/engine/vm.h



diff --git a/engines/sci/engine/vm.h b/engines/sci/engine/vm.h
index 23f5a09..cdd9b9a 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






More information about the Scummvm-git-logs mailing list