]> git.localhorst.tv Git - l2e.git/blobdiff - src/graphics/Gauge.h
changed gauge level interpretation
[l2e.git] / src / graphics / Gauge.h
index dde1db0b7355db05ec8eafda6cf36c57a730dcca..95b4b5b580cf738cd2a22c7296a5819fac2561fa 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, Uint8 level) const;
+       void Draw(SDL_Surface *dest, geometry::Point<int> position, int width, int filled) const;
 
 private:
        SDL_Surface *surface;