summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map.h b/src/map.h
index 5cc25cf01..7c606dfbd 100644
--- a/src/map.h
+++ b/src/map.h
@@ -419,7 +419,7 @@ class Map : public Properties, public ConfigListener
MapItem *findPortalXY(int x, int y);
int getActorsCount() const
- { return mActors.size(); }
+ { return static_cast<int>(mActors.size()); }
void setPvpMode(int mode);