1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-31 09:47:56 +00:00

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

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