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