summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorPhilip <philip@philip-linuxlaptop.(none)>2010-11-02 03:56:06 (GMT)
committer Philip <philip@philip-linuxlaptop.(none)>2010-11-02 03:56:06 (GMT)
commit4e46f51bcf8d47fec91e80ededb618b5e220a516 (patch)
tree15aecf929fa0a7b85412c67adef5831c9429c948 /includes
parent176ecb11974c2fde3a174afcf14ce9922182b50c (diff)
downloadpowder-4e46f51bcf8d47fec91e80ededb618b5e220a516.zip
powder-4e46f51bcf8d47fec91e80ededb618b5e220a516.tar.gz
changed moving sign code so it doesn't modify the sign itself.
Diffstat (limited to 'includes')
-rw-r--r--includes/defines.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/defines.h b/includes/defines.h
index 8ffa449..df1fa0a 100644
--- a/includes/defines.h
+++ b/includes/defines.h
@@ -90,7 +90,7 @@ extern int death;
struct sign
{
- int x,y,ju,m;
+ int x,y,ju;
char text[256];
};
typedef struct sign sign;
@@ -103,6 +103,7 @@ struct stamp
};
typedef struct stamp stamp;
+int MSIGN;
extern sign signs[MAXSIGNS];
extern stamp stamps[STAMP_MAX];
extern int stamp_count;