1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-09 22:06:01 +00:00

rogueviz:: added rogueviz:: namespace to rv_achievement

This commit is contained in:
Zeno Rogue
2025-06-07 16:19:53 +02:00
parent c8483b570c
commit 1d7e3b0cdf
3 changed files with 5 additions and 5 deletions

View File

@@ -219,7 +219,7 @@ EX void check() {
if(ok) {
addMessage("You won!");
#if RVCOL
if(cheater == orig_cheat) rv_achievement(current_puzzle->achievement);
if(cheater == orig_cheat) rogueviz::rv_achievement(current_puzzle->achievement);
#endif
}
}