Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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)