diff options
Diffstat (limited to 'src/resources/map/location.h')
-rw-r--r-- | src/resources/map/location.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/map/location.h b/src/resources/map/location.h index 7c1995dba..f2c9af323 100644 --- a/src/resources/map/location.h +++ b/src/resources/map/location.h @@ -35,7 +35,7 @@ struct Location final /** * Constructor. */ - Location(const int px, const int py, MetaTile *const ptile): + Location(const int px, const int py, MetaTile *const ptile) : x(px), y(py), tile(ptile) {} |