diff options
Diffstat (limited to 'src/map.h')
-rw-r--r-- | src/map.h | 14 |
1 files changed, 3 insertions, 11 deletions
@@ -179,17 +179,9 @@ class MapLayer: public ConfigListener int scrollX, int scrollY, int mDebugFlags) const; - void drawOGL(Graphics *graphics, - int startX, int startY, - int endX, int endY, - int scrollX, int scrollY, - int mDebugFlags); - - void drawSDL(Graphics *graphics, - int startX, int startY, - int endX, int endY, - int scrollX, int scrollY, - int mDebugFlags); + void drawOGL(Graphics *graphics); + + void drawSDL(Graphics *graphics); void updateOGL(Graphics *graphics, int startX, int startY, |