summaryrefslogtreecommitdiff
path: root/src/game/game.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/game.hpp')
-rw-r--r--src/game/game.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/game.hpp b/src/game/game.hpp
index 27faf46..8a6d2ba 100644
--- a/src/game/game.hpp
+++ b/src/game/game.hpp
@@ -334,9 +334,10 @@ namespace game {
class fx_flash_t : public effect_t {
v2f_t x;
float radius;
+ sf::Color color;
public:
- fx_flash_t(game::state_t *game_, v2f_t x_, float radius_);
+ fx_flash_t(game::state_t *game_, v2f_t x_, float radius_, sf::Color color_);
~fx_flash_t(void) {};
void render_to(render::state_t *render);