Skip to content

Commit

Permalink
[Core/MMAP] Bump mmaps file version
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberium committed Aug 3, 2023
1 parent e12a336 commit 71f1dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/MotionGenerators/MoveMapSharedDefines.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include <vector>

#define MMAP_MAGIC 0x4d4d4150 // 'MMAP'
#define MMAP_VERSION 7
#define MMAP_VERSION 8

struct MmapTileHeader
{
Expand Down

1 comment on commit 71f1dfe

@al3xc1985
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @cyberium, we were missining you!

Please sign in to comment.