moving signs! i think everything still works, click the weird random extra button, someone can add an icon later.

This commit is contained in:
Philip
2010-10-29 23:37:15 -04:00
parent bb3b1a52ac
commit 8f397f3a03
4 changed files with 30 additions and 5 deletions

View File

@@ -90,7 +90,7 @@ extern int death;
struct sign
{
int x,y,ju;
int x,y,ju,m;
char text[256];
};
typedef struct sign sign;