summaryrefslogtreecommitdiffstats
path: root/Smoke/glyphs.c
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2008-01-09 22:35:07 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2008-01-09 22:35:07 (GMT)
commitc66a1ba1d72dd14d072bd1972c40ed31c377b291 (patch)
treead83241d0444317bdb45b5d514bb5f012fd2194b /Smoke/glyphs.c
parent2d0b4b6fc8e9528e9ad3ee260e64d4ecb5f83bb4 (diff)
download2iv35-c66a1ba1d72dd14d072bd1972c40ed31c377b291.zip
2iv35-c66a1ba1d72dd14d072bd1972c40ed31c377b291.tar.gz
2iv35-c66a1ba1d72dd14d072bd1972c40ed31c377b291.tar.bz2
no header file included, not exported via header file
Diffstat (limited to 'Smoke/glyphs.c')
-rw-r--r--Smoke/glyphs.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/Smoke/glyphs.c b/Smoke/glyphs.c
index 13fdb0b..33f941d 100644
--- a/Smoke/glyphs.c
+++ b/Smoke/glyphs.c
@@ -9,6 +9,7 @@
#include "funcs.h"
#include "fluids.h"
#include "palette.h"
+#include "renderer_gl.h"
#include "glyphs.h"
@@ -90,11 +91,11 @@ void glyphs_set_sort(int sort)
switch (glyphs_sort)
{
case GLYPH_ARROWS:
- load_textures("arrow.bmp");
+ renderer_load_texture("arrow.bmp");
break;
case GLYPH_QUAKE:
- load_textures("quake.bmp");
+ renderer_load_texture("quake.bmp");
break;
default: