diff options
author | withmorten <morten.with@gmail.com> | 2021-01-19 12:05:38 +0100 |
---|---|---|
committer | withmorten <morten.with@gmail.com> | 2021-01-19 12:05:38 +0100 |
commit | 25d3066eae00ea0af66c0ea908f7bbddac806078 (patch) | |
tree | 31f9ab3f9cf41702073e4ce6debe304191648bc5 /src | |
parent | ef59c623fd3ab492ccc8826d21d93fc4be825257 (diff) |
fix RWLIBS build without GTA_PS2_STUFF
Diffstat (limited to 'src')
-rw-r--r-- | src/core/Radar.cpp | 3 |
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" |