1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-05 03:47:58 +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

@@ -1057,7 +1057,6 @@ EX void mainloopiter() {
#if CAP_VR
vrhr::vr_control();
#endif
achievement_pump();
callhooks(hooks_control);