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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user