[Scummvm-git-logs] scummvm-tools master -> 202825de54760d2c0f4a4014e15a347cf2de33e2
sev-
sev at scummvm.org
Wed Mar 11 00:12:52 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-tools' repo located at https://github.com/scummvm/scummvm-tools .
Summary:
202825de54 PRINCE: Fix inventory packing
Commit: 202825de54760d2c0f4a4014e15a347cf2de33e2
https://github.com/scummvm/scummvm-tools/commit/202825de54760d2c0f4a4014e15a347cf2de33e2
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-03-11T01:12:28+01:00
Commit Message:
PRINCE: Fix inventory packing
Changed paths:
engines/prince/pack_prince.cpp
diff --git a/engines/prince/pack_prince.cpp b/engines/prince/pack_prince.cpp
index 5e266f04a..5e2afedac 100644
--- a/engines/prince/pack_prince.cpp
+++ b/engines/prince/pack_prince.cpp
@@ -232,7 +232,7 @@ void PackPrince::packInvTxt() {
}
// Skip comments until first inventory item nr
- while ((c = _databank.readByte()) != '0');
+ while ((c = _databank.readByte()) != '1');
// Skip first dot and space
_databank.readByte();
More information about the Scummvm-git-logs
mailing list