aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/function.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cruise/function.cpp')
-rw-r--r--engines/cruise/function.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cruise/function.cpp b/engines/cruise/function.cpp
index 113e0c6b81..7789cb6fb1 100644
--- a/engines/cruise/function.cpp
+++ b/engines/cruise/function.cpp
@@ -143,7 +143,7 @@ int16 Op_AddProc(void) {
for (long int i = 0; i < pop1; i++) {
int16* ptr = (int16*)(procBss + i * 2);
*ptr = param[i];
- flipShort(ptr);
+ bigEndianShortToNative(ptr);
}
}