Skip to content

Commit

Permalink
Core/vmaps: Increment vmap format version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Shauren committed Mar 5, 2024
1 parent a70e758 commit 0697cf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/Collision/VMapDefinitions.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

namespace VMAP
{
const char VMAP_MAGIC[] = "VMAP_4.B";
const char RAW_VMAP_MAGIC[] = "VMAP04B"; // used in extracted vmap files with raw data
const char VMAP_MAGIC[] = "VMAP_4.C";
const char RAW_VMAP_MAGIC[] = "VMAP04C"; // used in extracted vmap files with raw data
const char GAMEOBJECT_MODELS[] = "GameObjectModels.dtree";

// defined in VMapManager2.cpp currently...
Expand Down

0 comments on commit 0697cf8

Please sign in to comment.