diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-02-10 21:57:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-02-10 23:23:35 +0300 |
commit | 4d3c700bf736def3c55f7e03c175e2e43ed3db02 (patch) | |
tree | ac8330eeda18c938a5e685940fbfa4ec289bce7b /src/debug.h | |
parent | c6277401fb4dafbe08bac534e0de7796f70a0d19 (diff) | |
download | plus-4d3c700bf736def3c55f7e03c175e2e43ed3db02.tar.gz plus-4d3c700bf736def3c55f7e03c175e2e43ed3db02.tar.bz2 plus-4d3c700bf736def3c55f7e03c175e2e43ed3db02.tar.xz plus-4d3c700bf736def3c55f7e03c175e2e43ed3db02.zip |
Rename physfsrwops into virtfsrwops.
Diffstat (limited to 'src/debug.h')
-rw-r--r-- | src/debug.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/debug.h b/src/debug.h index 9ab7a8874..3faf63cde 100644 --- a/src/debug.h +++ b/src/debug.h @@ -65,12 +65,7 @@ #ifdef DEBUG_PHYSFS - -#define MPHYSFSRWOPS_openRead(name) \ - FakePHYSFSRWOPS_openRead(name, __FILE__, __LINE__) - +// +++ need move this into VirtFs itself #else // DEBUG_PHYSFS -#define MPHYSFSRWOPS_openRead(name) PHYSFSRWOPS_openRead(name) - #endif // DEBUG_PHYSFS |