summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2011-04-26 15:15:23 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-04-26 15:15:23 (GMT)
commit061d6ba7afb3c03b35f77ff59d1b70f8076bd6ca (patch)
treef298a31e3c72d796c3ba36d3987963bc748926d2 /includes
parent776ae73f8eae3ca0c4a7582fa845b41b6e8179ca (diff)
downloadpowder-061d6ba7afb3c03b35f77ff59d1b70f8076bd6ca.zip
powder-061d6ba7afb3c03b35f77ff59d1b70f8076bd6ca.tar.gz
Gravity: only calculate the difference
Diffstat (limited to 'includes')
-rw-r--r--includes/defines.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/defines.h b/includes/defines.h
index 41eeee0..8867284 100644
--- a/includes/defines.h
+++ b/includes/defines.h
@@ -43,6 +43,8 @@
#define MAX_DISTANCE sqrt(pow(XRES, 2)+pow(YRES, 2))
+#define GRAV_DIFF
+
#define MAXSIGNS 16
#define TAG_MAX 256