racing:: disabled heat processing

This commit is contained in:
Zeno Rogue 2018-11-25 23:37:14 +01:00
parent 29c0b899dc
commit 867efa3196
1 changed files with 1 additions and 0 deletions

View File

@ -1884,6 +1884,7 @@ namespace heat {
void processheat(double rate = 1) {
if(markOrb(itOrbSpeed)) rate /= 2;
if(racing::on) return;
int oldmelt = kills[0];
vector<cell*> offscreen2;