Skip to content

Commit 9d5c152

Browse files
committed
1 parent 70fa6f0 commit 9d5c152

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/com/etheller/warsmash/parsers/w3x/w3i/War3MapW3i.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ private void load(final LittleEndianDataInputStream stream) throws IOException {
158158
this.forceMaxCameraZoom = stream.readInt();
159159
}
160160

161-
if (this.version >= 32) {
161+
if (this.version >= 33) {
162162
this.forceMinCameraZoom = stream.readInt();
163163
}
164164

0 commit comments

Comments
 (0)