X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FGauge.h;h=01b7aeb7970d778a118afc46f1f44486e5c4bea1;hb=c182086fbc039ec2b943b4d109597ccc481b7ba4;hp=95b4b5b580cf738cd2a22c7296a5819fac2561fa;hpb=cf20874f973521e84fc2aaa6cd47c56a278d9de7;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;