[Scummvm-cvs-logs] scummvm master -> 0ba254475b1853c195716b3d258e637004c51ce5

m-kiewitz m_kiewitz at users.sourceforge.net
Fri Dec 20 01:21:26 CET 2013


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:
0ba254475b SCI: script patcher comment adjust


Commit: 0ba254475b1853c195716b3d258e637004c51ce5
    https://github.com/scummvm/scummvm/commit/0ba254475b1853c195716b3d258e637004c51ce5
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2013-12-19T16:20:52-08:00

Commit Message:
SCI: script patcher comment adjust

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



diff --git a/engines/sci/engine/script_patches.h b/engines/sci/engine/script_patches.h
index ed59c21..563d00a 100644
--- a/engines/sci/engine/script_patches.h
+++ b/engines/sci/engine/script_patches.h
@@ -27,7 +27,7 @@
 
 namespace Sci {
 
-// Please do not use the #defines, that are called SIG_code* / PATCH_code* inside signature/patch-tables
+// Please do not use the #defines, that are called SIG_CODE_* / PATCH_CODE_* inside signature/patch-tables
 #define SIG_END                      0xFFFF
 #define SIG_MISMATCH                 0xFFFE
 #define SIG_COMMANDMASK              0xF000






More information about the Scummvm-git-logs mailing list