[Scummvm-git-logs] scummvm-tools master -> bbe1f9d4776b5d35d1b5dc53df4565812362460c

sev- sev at scummvm.org
Wed Mar 11 18:12:46 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:
bbe1f9d477 Revert "PRINCE: Fix inventory packing"


Commit: bbe1f9d4776b5d35d1b5dc53df4565812362460c
    https://github.com/scummvm/scummvm-tools/commit/bbe1f9d4776b5d35d1b5dc53df4565812362460c
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-03-11T18:03:28+01:00

Commit Message:
Revert "PRINCE: Fix inventory packing"

This reverts commit 202825de54760d2c0f4a4014e15a347cf2de33e2.

Changed paths:
    engines/prince/pack_prince.cpp


diff --git a/engines/prince/pack_prince.cpp b/engines/prince/pack_prince.cpp
index 5e2afedac..5e266f04a 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()) != '1');
+	while ((c = _databank.readByte()) != '0');
 
 	// Skip first dot and space
 	_databank.readByte();




More information about the Scummvm-git-logs mailing list