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