Skip to content

Commit

Permalink
- renamed zd_extra.pk3 to game_support.pk3
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed Jul 16, 2019
1 parent 17ce621 commit 9de462e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/version.h
Expand Up @@ -93,7 +93,7 @@ const char *GetVersionString();
// This is so that derivates can use the same savegame versions without worrying about engine compatibility
#define GAMESIG "GZDOOM"
#define BASEWAD "gzdoom.pk3"
#define OPTIONALWAD "zd_extra.pk3"
#define OPTIONALWAD "game_support.pk3"

// More stuff that needs to be different for derivatives.
#define GAMENAME "GZDoom"
Expand Down
2 changes: 1 addition & 1 deletion wadsrc_extra/CMakeLists.txt
@@ -1,3 +1,3 @@
cmake_minimum_required( VERSION 2.8.7 )

add_pk3(zd_extra.pk3 ${CMAKE_CURRENT_SOURCE_DIR}/static)
add_pk3(game_support.pk3 ${CMAKE_CURRENT_SOURCE_DIR}/static)

0 comments on commit 9de462e

Please sign in to comment.