]> git.localhorst.tv Git - l2e.git/blobdiff - src/graphics/Gauge.h
reworked gauges to better reflect the original ones
[l2e.git] / src / graphics / Gauge.h
index 95b4b5b580cf738cd2a22c7296a5819fac2561fa..01b7aeb7970d778a118afc46f1f44486e5c4bea1 100644 (file)
@@ -23,7 +23,7 @@ public:
 public:
        int MinWidth() const { return startWidth + endWidth; }
        int Height() const { return height; }
-       void Draw(SDL_Surface *dest, geometry::Point<int> position, int width, int filled) const;
+       void Draw(SDL_Surface *dest, geometry::Point<int> position, int width, Uint8 fill) const;
 
 private:
        SDL_Surface *surface;