Skip to content

Commit 25763a9

Browse files
committed
Fix wrong semiglobal type ID....
1 parent 9a9cb8d commit 25763a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Scripts/OpenTS2/Files/Formats/DBPF/GroupsTypes.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public static class TypeIDs
6060
public const uint CTSS = 0x43545353;
6161
public const uint UI = 0x0;
6262
public const uint BHAV = 0x42484156;
63-
public const uint SEMIGLOBAL = 0x7F8D70BF;
63+
public const uint SEMIGLOBAL = 0x474C4F42;
6464

6565
public const uint LUA_GLOBAL = 0x9012468A;
6666
public const uint LUA_LOCAL = 0x9012468B;

0 commit comments

Comments
 (0)