Jumping - What did I do wrong?

Started by
9 comments, last by Migi0027 10 years, 9 months ago

if(m_pos.y != 0)inAir = true; <------this kind of code can be transformed

inAir = (m_pos.y != 0) ; <----to this

I like that! huh.png

FastCall22: "I want to make the distinction that my laptop is a whore-box that connects to different network"

Blog about... stuff (GDNet, WordPress): www.gamedev.net/blog/1882-the-cuboid-zone/, cuboidzone.wordpress.com/

This topic is closed to new replies.

Advertisement