summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/package.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-12-12 00:35:20 +0100
committerAdam Borowski <kilobyte@angband.pl>2010-12-12 00:35:20 +0100
commitbc9e9f380e904300572398d676a95e4b359276b7 (patch)
treee04eb3fd59a18099b8bf6fae8effb91a53eb9dbd /crawl-ref/source/package.cc
parentbf51478a1c49fbd4bb8806f02b5c162b6e1cebac (diff)
parentdea893dd22a77940713b02c6362c4f1db46e78a7 (diff)
downloadcrawl-ref-bc9e9f380e904300572398d676a95e4b359276b7.tar.gz
crawl-ref-bc9e9f380e904300572398d676a95e4b359276b7.zip
Merge branch 'master' into unicode
Diffstat (limited to 'crawl-ref/source/package.cc')
-rw-r--r--crawl-ref/source/package.cc6
1 files changed, 5 insertions, 1 deletions
diff --git a/crawl-ref/source/package.cc b/crawl-ref/source/package.cc
index 4ec55fc4eb..e2512ce42d 100644
--- a/crawl-ref/source/package.cc
+++ b/crawl-ref/source/package.cc
@@ -38,9 +38,13 @@ Caveats/issues:
#include "errors.h"
#include "syscalls.h"
+#ifndef DGAMELAUNCH
+#define DO_FSYNC
+#endif
+
+// debugging defines
#undef FSCK_VERBOSE
#undef COSTLY_ASSERTS
-#undef DO_FSYNC
#undef DEBUG_PACKAGE
static len_t htole(len_t x)