diff options
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 |