summaryrefslogtreecommitdiff
path: root/src/debug.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-02-10 23:13:00 +0300
committerAndrei Karas <akaras@inbox.ru>2017-02-10 23:25:52 +0300
commitaf1c910f5cc02f57e466ae066494fc73ed96e10a (patch)
treed77edc041625fe5c37d8eec6e1e9fceaf4a55620 /src/debug.h
parent4d3c700bf736def3c55f7e03c175e2e43ed3db02 (diff)
downloadplus-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.h2
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