1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-14 09:26:52 +00:00

inv computed in shmup

This commit is contained in:
Zeno Rogue 2019-11-14 19:51:25 +01:00
parent aead4b64f9
commit 7602048b06

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();