summaryrefslogtreecommitdiff
path: root/src/simulation/elements/BOMB.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/elements/BOMB.cpp')
-rw-r--r--src/simulation/elements/BOMB.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/simulation/elements/BOMB.cpp b/src/simulation/elements/BOMB.cpp
index ca3be8d..b21be19 100644
--- a/src/simulation/elements/BOMB.cpp
+++ b/src/simulation/elements/BOMB.cpp
@@ -102,8 +102,8 @@ int Element_BOMB::update(UPDATE_FUNC_ARGS)
parts[nb].temp = MAX_TEMP;
}
}
- //create_parts(x, y, 9, 9, PT_BOMB);
- //create_parts(x, y, 8, 8, PT_NONE);
+ //CreateParts(x, y, 9, 9, PT_BOMB);
+ //CreateParts(x, y, 8, 8, PT_NONE);
sim->kill_part(i);
return 1;
}