summaryrefslogtreecommitdiff
path: root/powder.c
diff options
context:
space:
mode:
Diffstat (limited to 'powder.c')
-rw-r--r--powder.c18
1 files changed, 1 insertions, 17 deletions
diff --git a/powder.c b/powder.c
index 706c962..78906f6 100644
--- a/powder.c
+++ b/powder.c
@@ -4,22 +4,6 @@
#include "air.h"
#include "misc.h"
-int isplayer = 0;
-float player[20]; //[0] is a command cell, [3]-[18] are legs positions, [19] is index
-
-particle *parts;
-particle *cb_parts;
-
-unsigned char bmap[YRES/CELL][XRES/CELL];
-unsigned char emap[YRES/CELL][XRES/CELL];
-
-unsigned char cb_bmap[YRES/CELL][XRES/CELL];
-unsigned char cb_emap[YRES/CELL][XRES/CELL];
-
-int pfree;
-
-unsigned pmap[YRES][XRES];
-unsigned cb_pmap[YRES][XRES];
int try_move(int i, int x, int y, int nx, int ny)
{
@@ -2871,4 +2855,4 @@ void create_line(int x1, int y1, int x2, int y2, int r, int c)
e -= 1.0f;
}
}
-} \ No newline at end of file
+}