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

@@ -292,7 +292,7 @@ boolean resuming;
}
restore_attrib();
/* underwater and waterlevel vision are done here */
if (Is_waterlevel(&u.uz))
if (Is_waterlevel(&u.uz) || Is_airlevel(&u.uz))
movebubbles();
else if (Underwater)
under_water(0);