summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorCracker64 <cracker642@gmail.com>2011-01-14 05:29:32 (GMT)
committer Cracker64 <cracker642@gmail.com>2011-01-14 05:29:32 (GMT)
commitb673be0ac2db3bc3806f8b21eef66c606aabf4b2 (patch)
tree8fe9fca427cc5f9b3fe2168452e705a066b8854e /includes
parent225dab24ea41fb1456216dfbc3e0d11c5a572d29 (diff)
downloadpowder-b673be0ac2db3bc3806f8b21eef66c606aabf4b2.zip
powder-b673be0ac2db3bc3806f8b21eef66c606aabf4b2.tar.gz
a fix so photons can be deleted and show up on HUD :)
Diffstat (limited to 'includes')
-rw-r--r--includes/powder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/powder.h b/includes/powder.h
index 87e53f8..068edb2 100644
--- a/includes/powder.h
+++ b/includes/powder.h
@@ -673,6 +673,8 @@ extern int pfree;
extern unsigned pmap[YRES][XRES];
unsigned cb_pmap[YRES][XRES];
+unsigned photons[YRES][XRES];
+
int try_move(int i, int x, int y, int nx, int ny);
void kill_part(int i);