Fix incorrect check for iPhone macro in hwconsts.h
TARGET_OS_IPHONE is always defined when building on Mac OS, so the define was wrong. This macro expands to either 0 or 1, so a simple #if should be enough.
Added tag 0.9.24.1-release for
changeset afc089c39556
Added tag 0.9.24.1-release for
changeset ea98a45452e5
Added tag 0.9.24.1-release for
changeset 3f2ee2f9b51d
minor simplification of conditions for not spawning a visual gear - also allows lua to spawn clouds critically or non-critically. We probably shouldn't even exempt clouds from this, and just spawn them once synced, but, eh, probably isn't a significant hit since sheepluva made the motion more efficient.