diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-03-09 22:54:36 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-03-09 22:54:36 +0300 |
commit | 9057ba1ce659d133110149943f1cbbec6418b31c (patch) | |
tree | 46636d105abdcdb103d08486c79dcb67b0cfcd29 /src/maplayer.h | |
parent | b4121ca0c5b2a74e02cce69c32316287ffc63034 (diff) | |
download | mv-9057ba1ce659d133110149943f1cbbec6418b31c.tar.gz mv-9057ba1ce659d133110149943f1cbbec6418b31c.tar.bz2 mv-9057ba1ce659d133110149943f1cbbec6418b31c.tar.xz mv-9057ba1ce659d133110149943f1cbbec6418b31c.zip |
Improve maplayer.
Diffstat (limited to 'src/maplayer.h')
-rw-r--r-- | src/maplayer.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/maplayer.h b/src/maplayer.h index 2a007a70d..2f9b6d347 100644 --- a/src/maplayer.h +++ b/src/maplayer.h @@ -206,13 +206,10 @@ class SpecialLayer final void setTile(const int x, const int y, const int type); - void addRoad(Path road); + void addRoad(const Path road); void clean() const; - void itemDraw(Graphics *const graphics, const int x, const int y, - const int scrollX, const int scrollY) const; - private: int mWidth, mHeight; bool mDrawSprites; |