summaryrefslogtreecommitdiff
path: root/src/main.c
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 /src/main.c
parent176ecb11974c2fde3a174afcf14ce9922182b50c (diff)
downloadpowder-4e46f51bcf8d47fec91e80ededb618b5e220a516.zip
powder-4e46f51bcf8d47fec91e80ededb618b5e220a516.tar.gz
changed moving sign code so it doesn't modify the sign itself.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index af9dcc6..59d2600 100644
--- a/src/main.c
+++ b/src/main.c
@@ -101,6 +101,7 @@ int legacy_enable = 0; //Used to disable new features such as heat, will be set
int death = 0, framerender = 0;
int amd = 1;
int FPSB = 0;
+int MSIGN =-1;
sign signs[MAXSIGNS];