diff options
Diffstat (limited to '')
-rw-r--r-- | src/render/Hud.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/Hud.cpp b/src/render/Hud.cpp index 98982d18..6df670a9 100644 --- a/src/render/Hud.cpp +++ b/src/render/Hud.cpp @@ -20,7 +20,7 @@ #include "TxdStore.h" #include "User.h" #include "World.h" -#include <animation\CutsceneMgr.h> +#include "CutsceneMgr.h" // Game has colors inlined in code. // For easier modification we collect them here: |