From 7602048b06e1820fd346c34748f87a012775ebe0 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 14 Nov 2019 19:51:25 +0100 Subject: [PATCH] inv computed in shmup --- shmup.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/shmup.cpp b/shmup.cpp index b51dd09c..de9ec296 100644 --- a/shmup.cpp +++ b/shmup.cpp @@ -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();