Moving clouds on the plane of air

Reusing the plane of water air bubbles code
This commit is contained in:
Pasi Kallinen
2015-03-31 11:46:41 +03:00
parent 19aeb91dc4
commit 9f605ed2b3
4 changed files with 191 additions and 162 deletions

View File

@@ -1286,7 +1286,7 @@ boolean at_stairs, falling, portal;
}
/* initial movement of bubbles just before vision_recalc */
if (Is_waterlevel(&u.uz))
if (Is_waterlevel(&u.uz) || Is_airlevel(&u.uz))
movebubbles();
if (level_info[new_ledger].flags & FORGOTTEN) {