CAP_DAILY tags

This commit is contained in:
Zeno Rogue 2018-05-26 02:14:52 +02:00
parent a600b157a1
commit 8ebaafe084
1 changed files with 2 additions and 0 deletions

View File

@ -1110,8 +1110,10 @@ void restartGame(char switchWhat, bool push, bool keep_screens) {
// items[itGreenStone] = 100; // items[itGreenStone] = 100;
clearMemory(); clearMemory();
} }
#if CAP_DAILY
if(daily::on && !among(switchWhat, rg::daily, rg::daily_off)) if(daily::on && !among(switchWhat, rg::daily, rg::daily_off))
daily::turnoff(); daily::turnoff();
#endif
if(switchWhat == rg::peace) { if(switchWhat == rg::peace) {
peace::on = !peace::on; peace::on = !peace::on;
tactic::on = yendor::on = princess::challenge = tactic::on = yendor::on = princess::challenge =