The-Powder-Toy/elements/mort.cpp
Simon Robertshaw b0ea52690b Initial
2012-01-08 17:39:03 +00:00

7 lines
111 B
C++

#include "element.h"
int update_MORT(UPDATE_FUNC_ARGS) {
sim->create_part(-1, x, y-1, PT_SMKE);
return 0;
}