Change index type

This commit is contained in:
jpirnay
2026-04-07 11:12:07 +02:00
parent 314e54e252
commit fb8196e946
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ bool CrossPointState::loadFromBinaryFile() {
if (version >= 2) {
serialization::readPod(inputFile, lastSleepImage);
} else {
lastSleepImage = UINT8_MAX;
lastSleepImage = SIZE_MAX;
}
if (version >= 3) {