mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-05-03 07:54:04 +00:00
inv computed in shmup
This commit is contained in:
parent
aead4b64f9
commit
7602048b06
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user