mirror of
https://github.com/LazyDuchess/OpenTS2.git
synced 2025-01-22 08:11:47 -05:00
Fix wrong semiglobal type ID....
This commit is contained in:
parent
9a9cb8dd13
commit
25763a9bb9
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ namespace OpenTS2.Files.Formats.DBPF
|
|||
public const uint CTSS = 0x43545353;
|
||||
public const uint UI = 0x0;
|
||||
public const uint BHAV = 0x42484156;
|
||||
public const uint SEMIGLOBAL = 0x7F8D70BF;
|
||||
public const uint SEMIGLOBAL = 0x474C4F42;
|
||||
|
||||
public const uint LUA_GLOBAL = 0x9012468A;
|
||||
public const uint LUA_LOCAL = 0x9012468B;
|
||||
|
|
Loading…
Reference in a new issue