The-Powder-Toy/elements/mort.cpp

7 lines
111 B
C++
Raw Normal View History

2012-01-08 11:39:03 -06:00
#include "element.h"
int update_MORT(UPDATE_FUNC_ARGS) {
sim->create_part(-1, x, y-1, PT_SMKE);
return 0;
}