Need help with c++ game

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
What do you mean by "solid block"?
Topic archived. No new replies allowed.