inv computed in shmup

This commit is contained in:
Zeno Rogue 2019-11-14 19:51:25 +01:00
parent aead4b64f9
commit 7602048b06
1 changed files with 1 additions and 0 deletions

View File

@ -2604,6 +2604,7 @@ EX void turn(int delta) {
if(havewhat&HF_HEX) movehex_all(); if(havewhat&HF_HEX) movehex_all();
wandering(); wandering();
livecaves(); livecaves();
if(inv::on) inv::compute();
terracotta(); terracotta();
heat::processfires(); heat::processfires();
if(havewhat&HF_WHIRLPOOL) whirlpool::move(); if(havewhat&HF_WHIRLPOOL) whirlpool::move();