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

waltervn waltervn at users.sourceforge.net
Sat Mar 5 01:17:31 CET 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:
a2b75466da SCI: Add comment.


Commit: a2b75466da399e34fa0d4ee1d4287dd60f1d1fc3
    https://github.com/scummvm/scummvm/commit/a2b75466da399e34fa0d4ee1d4287dd60f1d1fc3
Author: Walter van Niftrik (walter at scummvm.org)
Date: 2011-03-04T16:15:06-08:00

Commit Message:
SCI: Add comment.

Changed paths:
    engines/sci/sci.h



diff --git a/engines/sci/sci.h b/engines/sci/sci.h
index 9155db0..26ddb00 100644
--- a/engines/sci/sci.h
+++ b/engines/sci/sci.h
@@ -238,7 +238,10 @@ public:
 	Common::Platform getPlatform() const;
 	bool isDemo() const;
 	bool isCD() const;
+
+	/** Returns true if the game's original platform is big-endian. */
 	bool isBE() const;
+
 	bool hasMacIconBar() const;
 
 	inline ResourceManager *getResMan() const { return _resMan; }






More information about the Scummvm-git-logs mailing list