summaryrefslogtreecommitdiff
path: root/src/elements
diff options
context:
space:
mode:
Diffstat (limited to 'src/elements')
-rw-r--r--src/elements/gel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/elements/gel.c b/src/elements/gel.c
index 2a3f89f..b805dd6 100644
--- a/src/elements/gel.c
+++ b/src/elements/gel.c
@@ -17,6 +17,8 @@
int update_GEL(UPDATE_FUNC_ARGS) {
int r, rx, ry;
+ if (parts[i].tmp>100) parts[i].tmp = 100;
+ if (parts[i].tmp<0) parts[i].tmp = 0;
for (rx=-2; rx<3; rx++)
for (ry=-2; ry<3; ry++)
if (x+rx>=0 && y+ry>0 && x+rx<XRES && y+ry<YRES && (rx || ry))