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

bluegr md5 at scummvm.org
Thu Sep 29 01:23:29 CEST 2011


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:
0c468901e1 PARALLACTION: Code formatting (and trying to keep clone2727 happy! :P )


Commit: 0c468901e1400b38afdf235dc0c6c45b1d991309
    https://github.com/scummvm/scummvm/commit/0c468901e1400b38afdf235dc0c6c45b1d991309
Author: Filippos Karapetis (md5 at scummvm.org)
Date: 2011-09-28T16:17:11-07:00

Commit Message:
PARALLACTION: Code formatting (and trying to keep clone2727 happy! :P )

Changed paths:
    engines/parallaction/parallaction.cpp



diff --git a/engines/parallaction/parallaction.cpp b/engines/parallaction/parallaction.cpp
index 19e74f6..2fffc90 100644
--- a/engines/parallaction/parallaction.cpp
+++ b/engines/parallaction/parallaction.cpp
@@ -914,7 +914,7 @@ void CharacterName::bind(const char *name) {
 			}
 			if (IS_MINI_CHARACTER(name)) {
 				_prefix = _prefixMini;
-				begin = name+4;
+				begin = name + 4;
 			}
 		}
 	}






More information about the Scummvm-git-logs mailing list