summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwithmorten <morten.with@gmail.com>2021-01-19 12:05:38 +0100
committerwithmorten <morten.with@gmail.com>2021-01-19 12:05:38 +0100
commit25d3066eae00ea0af66c0ea908f7bbddac806078 (patch)
tree31f9ab3f9cf41702073e4ce6debe304191648bc5
parentMerge remote-tracking branch 'upstream/master' (diff)
downloadre3-25d3066eae00ea0af66c0ea908f7bbddac806078.tar
re3-25d3066eae00ea0af66c0ea908f7bbddac806078.tar.gz
re3-25d3066eae00ea0af66c0ea908f7bbddac806078.tar.bz2
re3-25d3066eae00ea0af66c0ea908f7bbddac806078.tar.lz
re3-25d3066eae00ea0af66c0ea908f7bbddac806078.tar.xz
re3-25d3066eae00ea0af66c0ea908f7bbddac806078.tar.zst
re3-25d3066eae00ea0af66c0ea908f7bbddac806078.zip
-rw-r--r--src/core/Radar.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/Radar.cpp b/src/core/Radar.cpp
index 816da6b9..ba939fa3 100644
--- a/src/core/Radar.cpp
+++ b/src/core/Radar.cpp
@@ -1,3 +1,6 @@
+#if !defined(GTA_PS2_STUFF) && defined(RWLIBS)
+#define WITHD3D
+#endif
#include "config.h"
#include "common.h"