1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-20 23:54:49 +00:00

achievements:: removed init-pump-close functions from main HyperRogue -- they use hooks instead

This commit is contained in:
Zeno Rogue
2025-03-17 18:57:30 +01:00
parent f969b7c723
commit 23646fb56e
3 changed files with 0 additions and 13 deletions

View File

@@ -1820,8 +1820,6 @@ EX void initAll() {
srand(time(NULL));
shrand(fixseed ? startseed : time(NULL));
achievement_init(); // not in ANDROID
firstland0 = firstland;
// initlanguage();
@@ -1870,7 +1868,6 @@ EX void finishAll() {
quit_all();
#endif
achievement_close();
callhooks(hooks_final_cleanup);
}