1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-01 02:07:57 +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

@@ -140,7 +140,7 @@ void check_move() {
if(ok == true) {
state = state::solved;
#if RVCOL
if(current_puzzle = &puzzles[1]) rv_achievement("FIFTEEN");
if(current_puzzle == &puzzles[1]) rogueviz::rv_achievement("FIFTEEN");
#endif
}
}