aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorTravis Howell2010-10-15 12:41:11 +0000
committerTravis Howell2010-10-15 12:41:11 +0000
commit42f2a131553cf0e8e1fd30beba7402c6530513ea (patch)
tree49a33d415e10eac11b37727375f125ca6fcb644d /engines
parent7cdddd5ffb1501e5612a77c91aa282fc19cf2bed (diff)
downloadscummvm-rg350-42f2a131553cf0e8e1fd30beba7402c6530513ea.tar.gz
scummvm-rg350-42f2a131553cf0e8e1fd30beba7402c6530513ea.tar.bz2
scummvm-rg350-42f2a131553cf0e8e1fd30beba7402c6530513ea.zip
Reverted revision 53456, as requested.
svn-id: r53483
Diffstat (limited to 'engines')
-rw-r--r--engines/scumm/he/wiz_he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/he/wiz_he.cpp b/engines/scumm/he/wiz_he.cpp
index e460673380..361a3bc165 100644
--- a/engines/scumm/he/wiz_he.cpp
+++ b/engines/scumm/he/wiz_he.cpp
@@ -363,7 +363,7 @@ void Wiz::writeColor(uint8 *dstPtr, int dstType, uint16 color) {
break;
case kDstMemory:
case kDstResource:
- WRITE_UINT16(dstPtr, color);
+ WRITE_LE_UINT16(dstPtr, color);
break;
default:
error("writeColor: Unknown dstType %d", dstType);