X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FGauge.h;fp=src%2Fgraphics%2FGauge.h;h=95b4b5b580cf738cd2a22c7296a5819fac2561fa;hb=cf20874f973521e84fc2aaa6cd47c56a278d9de7;hp=dde1db0b7355db05ec8eafda6cf36c57a730dcca;hpb=e70b263430990055abc58945aa385e52d935431d;p=l2e.git diff --git a/src/graphics/Gauge.h b/src/graphics/Gauge.h index dde1db0..95b4b5b 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, Uint8 level) const; + void Draw(SDL_Surface *dest, geometry::Point position, int width, int filled) const; private: SDL_Surface *surface;