diff options
| author | aap <aap@papnet.eu> | 2021-01-19 21:33:17 +0100 |
|---|---|---|
| committer | aap <aap@papnet.eu> | 2021-01-19 21:33:17 +0100 |
| commit | 505438cd90b863944c810f54c1608f349c54d4b5 (patch) | |
| tree | 9149ea355348092c067f1c02da3700dc27769ca5 /src/core/Radar.cpp | |
| parent | pc radar fix (diff) | |
| parent | fix RWLIBS build without GTA_PS2_STUFF (diff) | |
| download | re3-505438cd90b863944c810f54c1608f349c54d4b5.tar.gz | |
Merge branch 'master' of github.com:GTAmodding/re3
Diffstat (limited to 'src/core/Radar.cpp')
| -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 a5acdfad..a905522b 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" |
