Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-12-20 14:52:10 +0000
committerStijn Buys <ingar@osirion.org>2008-12-20 14:52:10 +0000
commit62e480c2d887aae67add7ee7aed68463be897811 (patch)
tree6021c5d45e83d1bb858d2f0b3fcfff6490a79d78 /src/client/targets.cc
parent11229dcfef77baab5a7a3893a7c6281fbc5f7211 (diff)
map targetting
Diffstat (limited to 'src/client/targets.cc')
-rw-r--r--src/client/targets.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/targets.cc b/src/client/targets.cc
index c544e73..92e1294 100644
--- a/src/client/targets.cc
+++ b/src/client/targets.cc
@@ -324,7 +324,7 @@ void render_entity_sound(core::Entity *entity)
// render targets and sounds (in world coordinates)
-void draw()
+void frame()
{
core::Zone *zone = core::localplayer()->zone();
if (!zone)