From 711d15fe0c7648d4825c210f138abfa48b28b995 Mon Sep 17 00:00:00 2001 From: jacob1 Date: Thu, 13 Jul 2017 21:02:23 -0400 Subject: [PATCH] fix compile error, blame @moonheart08 --- src/simulation/elements/PROT.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simulation/elements/PROT.cpp b/src/simulation/elements/PROT.cpp index 341867c181..96668467c0 100644 --- a/src/simulation/elements/PROT.cpp +++ b/src/simulation/elements/PROT.cpp @@ -132,7 +132,7 @@ int Element_PROT::update(UPDATE_FUNC_ARGS) else if (parts[i].tmp > 420) element = PT_URAN; else if (parts[i].tmp > 310) - element = PT_POLO + element = PT_POLO; else if (parts[i].tmp > 250) element = PT_PLSM; else if (parts[i].tmp > 100)