Free Fall treasures move in shmup

This commit is contained in:
Zeno Rogue 2019-01-24 14:51:52 +01:00
parent 3a8a5a6150
commit 922439ec31
1 changed files with 1 additions and 0 deletions

View File

@ -3164,6 +3164,7 @@ void turn(int delta) {
heat::processfires();
if(havewhat&HF_WHIRLPOOL) whirlpool::move();
if(havewhat&HF_WHIRLWIND) whirlwind::move();
if(havewhat & HF_WESTWALL) westwall::move();
buildRosemap();
if(havewhat&HF_RIVER) prairie::move();
}