diff options
Diffstat (limited to 'src/game.cpp')
| -rw-r--r-- | src/game.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/game.cpp b/src/game.cpp index dff8af0..1b2cda9 100644 --- a/src/game.cpp +++ b/src/game.cpp | |||
| @@ -88,6 +88,7 @@ void Game::loadMap(std::string filename) { | |||
| 88 | if (!p.backgroundScript.empty()) { | 88 | if (!p.backgroundScript.empty()) { |
| 89 | backgroundScripts.push_back({spriteId, p.backgroundScript}); | 89 | backgroundScripts.push_back({spriteId, p.backgroundScript}); |
| 90 | } | 90 | } |
| 91 | getSprite(spriteId).floating = p.floating; | ||
| 91 | } | 92 | } |
| 92 | 93 | ||
| 93 | for (const Trigger& t : map_->getTriggers()) { | 94 | for (const Trigger& t : map_->getTriggers()) { |
