mirror of
https://github.com/celisej567/LibBSP.git
synced 2025-12-31 13:48:15 +03:00
(CoD) Fix index and data type of LeafPatches lump
This commit is contained in:
@@ -319,8 +319,8 @@ namespace LibBSP {
|
||||
public static int GetIndexForPatchIndicesLump(MapType version, out DataType dataType) {
|
||||
switch (version) {
|
||||
case MapType.CoD: {
|
||||
dataType = DataType.UInt16;
|
||||
return 26;
|
||||
dataType = DataType.UInt32;
|
||||
return 23;
|
||||
}
|
||||
}
|
||||
dataType = DataType.Invalid;
|
||||
|
||||
Reference in New Issue
Block a user