summaryrefslogtreecommitdiff
path: root/src/elements/O2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/elements/O2.c')
-rw-r--r--src/elements/O2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elements/O2.c b/src/elements/O2.c
index 737b571..5152478 100644
--- a/src/elements/O2.c
+++ b/src/elements/O2.c
@@ -18,7 +18,7 @@
int update_O2(UPDATE_FUNC_ARGS)
{
int r,rx,ry;
- if (parts[i].temp < 9773.15)
+ if (parts[i].temp < 9273.15)
{
for (rx=-2; rx<3; rx++)
for (ry=-2; ry<3; ry++)