7 lines
106 B
C
7 lines
106 B
C
#include <element.h>
|
|
|
|
int update_MORT(UPDATE_FUNC_ARGS) {
|
|
create_part(-1, x, y-1, PT_SMKE);
|
|
return 0;
|
|
}
|