[Scummvm-git-logs] scummvm master -> 56d9c629112aa8376eda671f77ac96adbdd8eaec
lephilousophe
lephilousophe at users.noreply.github.com
Sun Jun 20 07:25:39 UTC 2021
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:
56d9c62911 ULTIMA8: Fix int32 type
Commit: 56d9c629112aa8376eda671f77ac96adbdd8eaec
https://github.com/scummvm/scummvm/commit/56d9c629112aa8376eda671f77ac96adbdd8eaec
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2021-06-20T08:19:41+02:00
Commit Message:
ULTIMA8: Fix int32 type
Changed paths:
engines/ultima/ultima8/usecode/uc_machine.cpp
diff --git a/engines/ultima/ultima8/usecode/uc_machine.cpp b/engines/ultima/ultima8/usecode/uc_machine.cpp
index 75cea8c28b..9ec7c49e6e 100644
--- a/engines/ultima/ultima8/usecode/uc_machine.cpp
+++ b/engines/ultima/ultima8/usecode/uc_machine.cpp
@@ -1755,7 +1755,7 @@ void UCMachine::execProcess(UCProcess *p) {
const uint16 range = GAME_IS_CRUSADER ? ui16b * 2 : ui16b;
if (item) {
- int ix, iy, iz;
+ int32 ix, iy, iz;
item->getLocationAbsolute(ix, iy, iz);
world->getCurrentMap()->areaSearch(itemlist, script,
scriptsize, nullptr,
More information about the Scummvm-git-logs
mailing list