summaryrefslogtreecommitdiff
path: root/MapLoading.h
diff options
context:
space:
mode:
authorKris Parker2009-11-30 17:03:24 +0000
committerKris Parker2009-11-30 17:03:24 +0000
commit947848a2a346ed907a041fc70b68eaff82efcccf (patch)
tree46f4e1197da9b3ff596091f1018bbed7e0b2f3e0 /MapLoading.h
parent558daeef4e03ec4d0a054a3cfd184e8ec520a66e (diff)
downloadstonesense-947848a2a346ed907a041fc70b68eaff82efcccf.tar.gz
stonesense-947848a2a346ed907a041fc70b68eaff82efcccf.tar.bz2
stonesense-947848a2a346ed907a041fc70b68eaff82efcccf.tar.xz
First pass at loading config after DF memory is available
Diffstat (limited to 'MapLoading.h')
-rw-r--r--MapLoading.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/MapLoading.h b/MapLoading.h
index abe7b01..46cb622 100644
--- a/MapLoading.h
+++ b/MapLoading.h
@@ -1,6 +1,12 @@
#pragma once
-
+#ifdef LINUX_BUILD
+ #define SUSPEND_DF DF.Suspend()
+ #define RESUME_DF DF.Resume()
+#else
+ #define SUSPEND_DF ;
+ #define RESUME_DF ;
+#endif
inline bool IDisWall(int in);