diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-02-10 23:13:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-02-10 23:25:52 +0300 |
commit | af1c910f5cc02f57e466ae066494fc73ed96e10a (patch) | |
tree | d77edc041625fe5c37d8eec6e1e9fceaf4a55620 /src/debug.h | |
parent | 4d3c700bf736def3c55f7e03c175e2e43ed3db02 (diff) | |
download | plus-af1c910f5cc02f57e466ae066494fc73ed96e10a.tar.gz plus-af1c910f5cc02f57e466ae066494fc73ed96e10a.tar.bz2 plus-af1c910f5cc02f57e466ae066494fc73ed96e10a.tar.xz plus-af1c910f5cc02f57e466ae066494fc73ed96e10a.zip |
Fix virtfs checks.
Remove old check files related to physfs.
Diffstat (limited to 'src/debug.h')
-rw-r--r-- | src/debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug.h b/src/debug.h index 3faf63cde..edfe0408d 100644 --- a/src/debug.h +++ b/src/debug.h @@ -65,7 +65,7 @@ #ifdef DEBUG_PHYSFS -// +++ need move this into VirtFs itself +#define RWopsOpenRead(name) RWopsOpenRead(name, __FILE__, __LINE__) #else // DEBUG_PHYSFS #endif // DEBUG_PHYSFS |