mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
keep previous game names
This commit is contained in:
parent
608c0e04ed
commit
cbd80a0b27
1 changed files with 3 additions and 3 deletions
|
|
@ -19,11 +19,11 @@
|
|||
#endif
|
||||
|
||||
#ifdef DEVELOPMENT
|
||||
#define GAME_NAME "Super Mario 64 Coop Deluxe (DEV)"
|
||||
#define GAME_NAME "sm64coopdx-dev"
|
||||
#elif !defined(VERSION_US)
|
||||
#define GAME_NAME "Super Mario 64 Coop Deluxe (INTL)"
|
||||
#define GAME_NAME "sm64coopdx-intl"
|
||||
#else
|
||||
#define GAME_NAME "Super Mario 64 Coop Deluxe"
|
||||
#define GAME_NAME "sm64coopdx"
|
||||
#endif
|
||||
|
||||
#define MAX_VERSION_LENGTH 32
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue