Misc fixes

This commit is contained in:
hondacrx
2021-04-28 11:00:29 -04:00
parent 5b0391b1d9
commit be9da02534
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ namespace Framework.Constants
public const uint mmapMagic = 0x4D4D4150; // 'MMAP'
public const int mmapVersion = 10;
public const string VMapMagic = "VMAP_4.9";
public const string VMapMagic = "VMAP_4.A";
public const float VMAPInvalidHeightValue = -200000.0f;
}