diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/Cam.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Cam.cpp b/src/core/Cam.cpp index 689aed26..fd45a374 100644 --- a/src/core/Cam.cpp +++ b/src/core/Cam.cpp @@ -25,7 +25,7 @@ #include "Debug.h" #include "Camera.h" #include "DMAudio.h" -#include <vehicles\Bike.h> +#include "Bike.h" bool PrintDebugCode = false; int16 DebugCamMode; |