X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=src%2Fgraphics%2FGauge.h;h=01b7aeb7970d778a118afc46f1f44486e5c4bea1;hb=2d10e898ccd404a69be02f5e93cf97398de99984;hp=95b4b5b580cf738cd2a22c7296a5819fac2561fa;hpb=46d0e57f7823eaf07208fd5e0bdbd1e88b035382;p=l2e.git diff --git a/src/graphics/Gauge.h b/src/graphics/Gauge.h index 95b4b5b..01b7aeb 100644 --- a/src/graphics/Gauge.h +++ b/src/graphics/Gauge.h @@ -23,7 +23,7 @@ public: public: int MinWidth() const { return startWidth + endWidth; } int Height() const { return height; } - void Draw(SDL_Surface *dest, geometry::Point position, int width, int filled) const; + void Draw(SDL_Surface *dest, geometry::Point position, int width, Uint8 fill) const; private: SDL_Surface *surface;