cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
user name:
password:
Forgot your password?
please wait
try again
cancel
forgot your password?
sign up
log in
[Legacy version]
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Need help with c++ game
Need help with c++ game
Jan 24, 2014 at 11:49am
Jan 24, 2014 at 11:49am UTC
ramptar
(4)
Hello
Okey I need help with how to make it check if y-1 is a solid block, if not it do y--;
But I don't know how to do that.
For example:
y=20;
y-1 = not solid;
y--;
y=19;
etc
Jan 24, 2014 at 11:51am
Jan 24, 2014 at 11:51am UTC
Peter87
(11244)
What do you mean by "solid block"?
Topic archived. No new replies allowed.