mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-05 20:07:58 +00:00
added/fixed some missing RVCOL guards
This commit is contained in:
@@ -200,7 +200,7 @@ void gain_resource(eResourceType rsrc) {
|
||||
D(rtOxygen, oxygen)
|
||||
for(auto r: {rtGoldGate, rtGoldRocks, rtGoldTurret}) {
|
||||
D(r, score[treasure_id(r)])
|
||||
#ifdef RVCOL
|
||||
#if RVCOL
|
||||
if(pdata.score[0] + pdata.score[1] + pdata.score[2] == 30 && no_param_change) rogueviz::rv_achievement("ADSGAME");
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user