diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-03-29 22:04:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-03-29 22:04:43 +0300 |
commit | 05eecd6ecb0b094584ff6c9cf3c95642cf373a8b (patch) | |
tree | 07394f26ad8345969e896aa8f874ee4652ecb443 /src/localconsts.h | |
parent | d6c52fbe02be8d81c10bda4c1d8ba80ef5ea5e81 (diff) | |
download | plus-05eecd6ecb0b094584ff6c9cf3c95642cf373a8b.tar.gz plus-05eecd6ecb0b094584ff6c9cf3c95642cf373a8b.tar.bz2 plus-05eecd6ecb0b094584ff6c9cf3c95642cf373a8b.tar.xz plus-05eecd6ecb0b094584ff6c9cf3c95642cf373a8b.zip |
Remove debug code from DEBUG_VIRTFS defines.
Diffstat (limited to 'src/localconsts.h')
-rw-r--r-- | src/localconsts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/localconsts.h b/src/localconsts.h index 61bd0aab9..9928a8f1d 100644 --- a/src/localconsts.h +++ b/src/localconsts.h @@ -349,7 +349,7 @@ PRAGMA45(GCC diagnostic pop) // debug SDL surfaces // #define DEBUG_SDL_SURFACES 1 -// debug RWops usage +// debug virtfs usage // #define DEBUG_VIRTFS 1 // use file access fuzzer |