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();
wandering();
livecaves();
if(inv::on) inv::compute();
terracotta();
heat::processfires();
if(havewhat&HF_WHIRLPOOL) whirlpool::move();