you can now only push if you're standing directly in front of it

origin
patty21 23 years ago
parent 8b0b2b050b
commit 514cd253bc

@ -101,6 +101,7 @@ special_push (int p_nr)
y1, y1,
i; i;
if ((p->pos.x & 0xff) || (p->pos.y & 0xff)) {return;}
switch (p->d) { switch (p->d) {
case left: case left:
dx = -1; dx = -1;

Loading…
Cancel
Save