mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-28 10:20:04 +02:00
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)
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user