summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2012-08-08 16:49:52 (GMT)
committer jacksonmj <mj-pt@jacksonmj.co.uk>2012-08-09 21:47:24 (GMT)
commit62224ad13f6a15c5faa78f505ae4ad56cf6f78fe (patch)
treed74d511e4b991169555acd2097f63410836c6559 /includes
parent7fdd2e89c8284fc68a28bbcf7cf988b5ac6bcc4b (diff)
downloadpowder-62224ad13f6a15c5faa78f505ae4ad56cf6f78fe.zip
powder-62224ad13f6a15c5faa78f505ae4ad56cf6f78fe.tar.gz
Give menu color to elements without one (stickmen, TRON, and WARP) The color is ignored, so they still look the same
(amended to remove "*pixel_mode &= ~PMODE;", since *pixel_mode is set to PSPEC_STICKMAN immediately afterwards)
Diffstat (limited to 'includes')
-rw-r--r--includes/powder.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/includes/powder.h b/includes/powder.h
index f47eace..780b4e4 100644
--- a/includes/powder.h
+++ b/includes/powder.h
@@ -339,11 +339,9 @@ int graphics_BOMB(GRAPHICS_FUNC_ARGS);
int graphics_GBMB(GRAPHICS_FUNC_ARGS);
int graphics_COAL(GRAPHICS_FUNC_ARGS);
int graphics_STKM(GRAPHICS_FUNC_ARGS);
-int graphics_STKM2(GRAPHICS_FUNC_ARGS);
int graphics_DEST(GRAPHICS_FUNC_ARGS);
int graphics_EMP(GRAPHICS_FUNC_ARGS);
int graphics_LIGH(GRAPHICS_FUNC_ARGS);
-int graphics_FIGH(GRAPHICS_FUNC_ARGS);
int graphics_ELEC(GRAPHICS_FUNC_ARGS);
int graphics_WIRE(GRAPHICS_FUNC_ARGS);
int graphics_ACEL(GRAPHICS_FUNC_ARGS);
@@ -353,7 +351,6 @@ int graphics_TRON(GRAPHICS_FUNC_ARGS);
int graphics_SOAP(GRAPHICS_FUNC_ARGS);
int graphics_EXOT(GRAPHICS_FUNC_ARGS);
int graphics_WARP(GRAPHICS_FUNC_ARGS);
-int graphics_stickmen(GRAPHICS_FUNC_ARGS);
int graphics_EMBR(GRAPHICS_FUNC_ARGS);
void TRON_init_graphics();