summaryrefslogtreecommitdiff
path: root/src/debug.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-02-11 00:00:44 +0300
committerAndrei Karas <akaras@inbox.ru>2017-02-11 00:00:44 +0300
commit380ae136f98671a81feb6095a66ac5401b1ff29e (patch)
treed2045b521e3f4be78524d551165bd6defd25ec39 /src/debug.h
parentc218293c2fe001c23099e73bf9276fe295a7e682 (diff)
downloadplus-380ae136f98671a81feb6095a66ac5401b1ff29e.tar.gz
plus-380ae136f98671a81feb6095a66ac5401b1ff29e.tar.bz2
plus-380ae136f98671a81feb6095a66ac5401b1ff29e.tar.xz
plus-380ae136f98671a81feb6095a66ac5401b1ff29e.zip
Rename define DEBUG_PHYSFS into DEBUG_VIRTFS
Diffstat (limited to 'src/debug.h')
-rw-r--r--src/debug.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/debug.h b/src/debug.h
index edfe0408d..47ccfc2bb 100644
--- a/src/debug.h
+++ b/src/debug.h
@@ -64,8 +64,6 @@
#endif // ENABLE_SDL_DEBUG
-#ifdef DEBUG_PHYSFS
+#ifdef DEBUG_VIRTFS
#define RWopsOpenRead(name) RWopsOpenRead(name, __FILE__, __LINE__)
-#else // DEBUG_PHYSFS
-
#endif // DEBUG_PHYSFS