Make flames ignore bouncy world edge
Rationale: Flame speed heavily relies on wind and cannot be reasonably reversed.
The rationale is similar as for gtPoisonCloud.
pub mod atlas;pub mod camera;mod gear;mod gl;mod map;use self::gl::*;pub use self::map::*;pub use gear::*;