Correct macro in gamework.c
This commit is contained in:
parent
42a72ba07f
commit
383feca5f5
1 changed files with 2 additions and 2 deletions
|
|
@ -57,7 +57,7 @@ void GWInit(void)
|
||||||
InitPlayerConfig();
|
InitPlayerConfig();
|
||||||
#if VERSION_JAP
|
#if VERSION_JAP
|
||||||
GWGameStat.language = 0;
|
GWGameStat.language = 0;
|
||||||
#elif VERSION_NTSC
|
#elif VERSION_ENG
|
||||||
GWGameStat.language = 1;
|
GWGameStat.language = 1;
|
||||||
#else
|
#else
|
||||||
GWLanguageSet(GwLanguage);
|
GWLanguageSet(GwLanguage);
|
||||||
|
|
@ -134,7 +134,7 @@ void GWGameStatReset(void)
|
||||||
game_stat->unk_00 = 0;
|
game_stat->unk_00 = 0;
|
||||||
#if VERSION_JAP
|
#if VERSION_JAP
|
||||||
game_stat->language = 0;
|
game_stat->language = 0;
|
||||||
#elif VERSION_NTSC
|
#elif VERSION_ENG
|
||||||
game_stat->language = 1;
|
game_stat->language = 1;
|
||||||
#else
|
#else
|
||||||
game_stat->language = GwLanguage;
|
game_stat->language = GwLanguage;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue