diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2006-08-24 00:58:21 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2006-08-24 00:58:21 +0000 |
commit | 9581f6556ac1646b4d30c676403aba544e4edaec (patch) | |
tree | 31e0ddc101f677f9fa19436f7a74d63325a43f9c /src/map.h | |
parent | b842eb4e7a21b8cb8b60cff840a82abdb5791f92 (diff) | |
download | mana-9581f6556ac1646b4d30c676403aba544e4edaec.tar.gz mana-9581f6556ac1646b4d30c676403aba544e4edaec.tar.bz2 mana-9581f6556ac1646b4d30c676403aba544e4edaec.tar.xz mana-9581f6556ac1646b4d30c676403aba544e4edaec.zip |
scrolling and overlays are no longer linked to the framerate
Diffstat (limited to 'src/map.h')
-rw-r--r-- | src/map.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -41,6 +41,8 @@ typedef Tilesets::iterator TilesetIterator; typedef std::list<Sprite*> Sprites; typedef Sprites::iterator SpriteIterator; +extern volatile int tick_time; + /** * A meta tile stores additional information about a location on a tile map. * This is information that doesn't need to be repeated for each tile in each |