mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-26 19:37:40 +00:00
CAP_TOUR guards added, more exported in hyper.h, general cleanup
This commit is contained in:
6
quit.cpp
6
quit.cpp
@@ -333,8 +333,12 @@ void showMission() {
|
||||
dialog::addInfo(XLAT("CONGRATULATIONS!"), iinf[itOrbYendor].color);
|
||||
}
|
||||
else {
|
||||
if(tour::on)
|
||||
if(0)
|
||||
;
|
||||
#if CAP_TOUR
|
||||
else if(tour::on)
|
||||
;
|
||||
#endif
|
||||
else if(princess::challenge)
|
||||
dialog::addInfo(XLAT("Follow the Mouse and escape with %the1!", moPrincess));
|
||||
else if(gold() < R30)
|
||||
|
||||
Reference in New Issue
Block a user