diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-01-21 22:12:51 +0200 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-01-21 22:12:51 +0200 |
commit | 05ea95733e9ec89626e08989e0688e73d1408d3a (patch) | |
tree | 2351a8f2b6b81eb48a6f5f4dd068a9a13d117fb1 /src/resources/spritedef.h | |
parent | 7be91e6213aadb0405bdd2fa3a9210598b254041 (diff) | |
download | mv-05ea95733e9ec89626e08989e0688e73d1408d3a.tar.gz mv-05ea95733e9ec89626e08989e0688e73d1408d3a.tar.bz2 mv-05ea95733e9ec89626e08989e0688e73d1408d3a.tar.xz mv-05ea95733e9ec89626e08989e0688e73d1408d3a.zip |
Add floor items attribute for drawing floor items.
Diffstat (limited to 'src/resources/spritedef.h')
-rw-r--r-- | src/resources/spritedef.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resources/spritedef.h b/src/resources/spritedef.h index 84582c779..5ab4bcc2b 100644 --- a/src/resources/spritedef.h +++ b/src/resources/spritedef.h @@ -51,6 +51,7 @@ struct SpriteReference struct SpriteDisplay { std::string image; + std::string floor; std::list<SpriteReference*> sprites; std::list<std::string> particles; }; |