summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorJonas Ask2009-12-15 18:58:12 +0000
committerJonas Ask2009-12-15 18:58:12 +0000
commitefe183195555d091076e98678a530cee49d250a3 (patch)
treeb3ada799a9f795e5aa1061af21c6e570aad5c193 /common.h
parent9b62f29c5e9333c3d8ceefc9eb08fe52a422e329 (diff)
downloadstonesense-efe183195555d091076e98678a530cee49d250a3.tar.gz
stonesense-efe183195555d091076e98678a530cee49d250a3.tar.bz2
stonesense-efe183195555d091076e98678a530cee49d250a3.tar.xz
Changed the zoom method on splash logo (to closest pixel).
Changed intro screen to a config option. Prepping init file for launch.
Diffstat (limited to 'common.h')
-rw-r--r--common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/common.h b/common.h
index bdbd835..1e74bed 100644
--- a/common.h
+++ b/common.h
@@ -21,7 +21,7 @@ using namespace DFHack;
#include "Block.h"
#include <stdio.h>
-//#define RELEASE
+#define RELEASE
#define null 0
@@ -139,6 +139,7 @@ enum dirRelative{
//class WorldSegment;
+
//main.cpp
void correctBlockForSegmetOffset(int32_t& x, int32_t& y, int32_t& z);