diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-02-11 00:00:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-02-11 00:00:44 +0300 |
commit | 380ae136f98671a81feb6095a66ac5401b1ff29e (patch) | |
tree | d2045b521e3f4be78524d551165bd6defd25ec39 /src/maingui.cpp | |
parent | c218293c2fe001c23099e73bf9276fe295a7e682 (diff) | |
download | plus-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/maingui.cpp')
-rw-r--r-- | src/maingui.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/maingui.cpp b/src/maingui.cpp index f34cfeb31..a8a06cf9a 100644 --- a/src/maingui.cpp +++ b/src/maingui.cpp @@ -133,9 +133,9 @@ int mainGui(int argc, char *argv[]) #ifdef DUMP_LEAKED_RESOURCES VirtFs::reportRWops(); #endif // DUMP_LEAKED_RESOURCES -#ifdef DEBUG_PHYSFS +#ifdef DEBUG_VIRTFS VirtFs::reportLeaks(); -#endif // DEBUG_PHYSFS +#endif // DEBUG_VIRTFS return ret; } |