summaryrefslogtreecommitdiff
path: root/src/elements/ligh.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/elements/ligh.c')
-rw-r--r--src/elements/ligh.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/elements/ligh.c b/src/elements/ligh.c
index 9b20069..0fb700e 100644
--- a/src/elements/ligh.c
+++ b/src/elements/ligh.c
@@ -285,3 +285,11 @@ int update_LIGH(UPDATE_FUNC_ARGS)
parts[i].tmp2=-1;
return 1;
}
+int graphics_LIGH(GRAPHICS_FUNC_ARGS)
+{
+ *colr = 235;
+ *colg = 245;
+ *colb = 255;
+ *pixel_mode |= PMODE_GLOW;
+ return 1;
+}