about summary refs log tree commit diff
path: root/src/game/client/components/damageind.cpp
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-10-20 23:46:39 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-10-20 23:46:39 +0000
commitd15860e44f3cbe0c92add6acd24ace564442645d (patch)
treee0763557279c211b032b18d3b2773e4a073752cd /src/game/client/components/damageind.cpp
parentad9c1b0a22fb451f909d8f12510c560fa8889be2 (diff)
downloadzcatch-d15860e44f3cbe0c92add6acd24ace564442645d.tar.gz
zcatch-d15860e44f3cbe0c92add6acd24ace564442645d.zip
renamed gc_render* to render*
Diffstat (limited to 'src/game/client/components/damageind.cpp')
-rw-r--r--src/game/client/components/damageind.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/components/damageind.cpp b/src/game/client/components/damageind.cpp
index f6176346..f585e4d3 100644
--- a/src/game/client/components/damageind.cpp
+++ b/src/game/client/components/damageind.cpp
@@ -4,7 +4,7 @@
 
 #include <game/gamecore.hpp> // get_angle
 #include <game/client/ui.hpp>
-#include <game/client/gc_render.hpp>
+#include <game/client/render.hpp>
 #include "damageind.hpp"
 
 DAMAGEIND::DAMAGEIND()