aboutsummaryrefslogtreecommitdiff
path: root/graphics/surface.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/surface.h')
-rw-r--r--graphics/surface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/surface.h b/graphics/surface.h
index 414a734683..87c5f52503 100644
--- a/graphics/surface.h
+++ b/graphics/surface.h
@@ -362,7 +362,7 @@ public:
* @param oldColor Color on the surface to change
* @param fillColor Color to fill with
*/
- FloodFill(Surface *surface, uint32 oldColor, uint32 fillColor);
+ FloodFill(Surface *surface, uint32 oldColor, uint32 fillColor, bool maskMode = false);
~FloodFill();
/**