[Scummvm-cvs-logs] SF.net SVN: scummvm:[38744] scummvm/trunk/engines/sci/tools.h
wjpalenstijn at users.sourceforge.net
wjpalenstijn at users.sourceforge.net
Sat Feb 21 22:05:16 CET 2009
Revision: 38744
http://scummvm.svn.sourceforge.net/scummvm/?rev=38744&view=rev
Author: wjpalenstijn
Date: 2009-02-21 21:05:16 +0000 (Sat, 21 Feb 2009)
Log Message:
-----------
use LE functions for getInt16/putInt16
Modified Paths:
--------------
scummvm/trunk/engines/sci/tools.h
Modified: scummvm/trunk/engines/sci/tools.h
===================================================================
--- scummvm/trunk/engines/sci/tools.h 2009-02-21 20:09:43 UTC (rev 38743)
+++ scummvm/trunk/engines/sci/tools.h 2009-02-21 21:05:16 UTC (rev 38744)
@@ -104,9 +104,9 @@
/**** FUNCTION DECLARATIONS ****/
-#define getInt16 (int16)READ_UINT16
-#define getUInt16 READ_UINT16
-#define putInt16 WRITE_UINT16
+#define getInt16 (int16)READ_LE_UINT16
+#define getUInt16 READ_LE_UINT16
+#define putInt16 WRITE_LE_UINT16
/* --- */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list