aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);