summaryrefslogtreecommitdiff
path: root/src/graphics.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics.c')
-rw-r--r--src/graphics.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/graphics.c b/src/graphics.c
index 73e88be..be9e4c9 100644
--- a/src/graphics.c
+++ b/src/graphics.c
@@ -1377,6 +1377,7 @@ void draw_parts(pixel *vid)
ny = (int)(parts[i].y+0.5f);
if(cmode!=CM_HEAT)
{
+ ptypes[parts[i].type].draw ();
if(t==PT_STKM) //Just draw head here
{
char buff[10]; //Buffer for HP
@@ -3090,4 +3091,5 @@ void ClearScreen()
{
glClear(GL_COLOR_BUFFER_BIT);
}
+
#endif