Skip to content

Commit

Permalink
fix(map)!: Bump ASSET_VERSION to v5_2c - requires warioware_redux_v5c…
Browse files Browse the repository at this point in the history
….bsp.
  • Loading branch information
safalin1 committed Sep 27, 2022
1 parent d8bddd5 commit 94f7601
Show file tree
Hide file tree
Showing 118 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scripting/AS-MicroTF2.sp
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@

//#define DEBUG
//#define LOGGING_STARTUP
#define PLUGIN_VERSION "5.2.6"
#define PLUGIN_VERSION "5.2.7"
#define PLUGIN_PREFIX "\x0700FFFF[ \x07FFFF00WarioWare \x0700FFFF] {default}"
#define PLUGIN_MAPPREFIX "warioware_redux_"

// This needs updated every map release, so you avoid intermittent sound.cache corruption issues.
// REMEMBER: Don't put a . (dot) in ASSET_VERSION, Source doesn't parse this properly...
#define ASSET_VERSION "v5_2b"
#define ASSET_VERSION "v5_2c"

#define MAXIMUM_MINIGAMES 64
#define SPR_GAMEMODEID 99
Expand Down

0 comments on commit 94f7601

Please sign in to comment.