summaryrefslogtreecommitdiff
path: root/src/elements/misc.c
diff options
context:
space:
mode:
authorCracker64 <cracker642@gmail.com>2011-01-29 02:57:20 (GMT)
committer Cracker64 <cracker642@gmail.com>2011-01-29 02:57:20 (GMT)
commit4b5337c03a0a64a12e1d66829c14af73f1ff0398 (patch)
tree5663f738bdf7b8d0e924db6acb8e010d0174f1c3 /src/elements/misc.c
parent01304db892324f5d0dafb50e03150707bffef13a (diff)
downloadpowder-4b5337c03a0a64a12e1d66829c14af73f1ff0398.zip
powder-4b5337c03a0a64a12e1d66829c14af73f1ff0398.tar.gz
finally fixed visual studio compiling, yay
Diffstat (limited to 'src/elements/misc.c')
-rw-r--r--src/elements/misc.c12
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;
-}