mirror of
https://github.com/nzp-team/quakespasm.git
synced 2024-11-10 06:32:03 +00:00
VITA: Fix "conflicting types for LoadAchievements" warning
source/menu.c: At top level: source/menu.c:1300:6: warning: conflicting types for 'Load_Achivements' 1300 | void Load_Achivements (void) | ^~~~~~~~~~~~~~~~ source/menu.c:604:2: note: previous implicit declaration of 'Load_Achivements' was here 604 | Load_Achivements(); | ^~~~~~~~~~~~~~~~
This commit is contained in:
parent
b425d04291
commit
6a256fe327
1 changed files with 1 additions and 0 deletions
|
@ -601,6 +601,7 @@ void M_Menu_Main_f (void)
|
||||||
m_entersound = true;
|
m_entersound = true;
|
||||||
|
|
||||||
#ifdef VITA
|
#ifdef VITA
|
||||||
|
void Load_Achivements(void);
|
||||||
Load_Achivements();
|
Load_Achivements();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue