diff options
Diffstat (limited to 'src/elements/misc.c')
| -rw-r--r-- | src/elements/misc.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/elements/misc.c b/src/elements/misc.c deleted file mode 100644 index a284b3a..0000000 --- a/src/elements/misc.c +++ /dev/null @@ -1,12 +0,0 @@ -#include <element.h> - -int update_MISC(UPDATE_FUNC_ARGS) { - int t = parts[i].type; - if (t==PT_LOVE) - ISLOVE=1; - else if (t==PT_LOLZ) - ISLOLZ=1; - else if (t==PT_GRAV) - ISGRAV=1; - return 0; -} |
