summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/d/actor/d_a_tag_TWgate.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/d/actor/d_a_tag_TWgate.cpp b/src/d/actor/d_a_tag_TWgate.cpp
index 85084747c9..75d949d4d9 100644
--- a/src/d/actor/d_a_tag_TWgate.cpp
+++ b/src/d/actor/d_a_tag_TWgate.cpp
@@ -356,9 +356,16 @@ void daTagTWGate_c::executeDemoFilone3() {
}
}
+#ifndef __MWERKS__
+ int modelSts;
+#endif
switch (*cutName) {
case 0x30303031:
+#ifndef __MWERKS__
+ modelSts = downloadModels();
+#else
int modelSts = downloadModels();
+#endif
if (modelSts == 1) {
eventManager.cutEnd(staffId);
} else if (modelSts == -1) {