summaryrefslogtreecommitdiff
path: root/powder.c
diff options
context:
space:
mode:
authorFelix Wallin <nibbler.v1@gmail.com>2010-09-02 20:59:48 (GMT)
committer Felix Wallin <nibbler.v1@gmail.com>2010-09-02 20:59:48 (GMT)
commit32b1a2c3ab928bec980601f257487db39b0b8e33 (patch)
treecf699c673188c45ae2061a2f0f6952af72668c74 /powder.c
parent5c0ffc799bd2cb5d8596904df5be124b2f52a387 (diff)
downloadpowder-32b1a2c3ab928bec980601f257487db39b0b8e33.zip
powder-32b1a2c3ab928bec980601f257487db39b0b8e33.tar.gz
does not compile at the moment, cause unknown, also. always use // for one line comments
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
+}