Skip to content

Commit

Permalink
Monster Bash: rearrange tile mapping after tilesetFromList implementa…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
Malvineous committed Sep 8, 2012
1 parent 6e58f9f commit c40f455
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/fmt-map-bash.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,11 @@ Map::FilenameVectorPtr bash_getGraphicsFilenames(const Map *map)
files->push_back(gf); // bg tiles

gf.type = "tls-bash-fg";
gf.filename = attributes->at(1)->filenameValue;
files->push_back(gf); // fg tiles

gf.filename = attributes->at(2)->filenameValue;
files->push_back(gf); // bon tiles

gf.filename = attributes->at(1)->filenameValue;
files->push_back(gf); // fg tiles
return files;
}

Expand Down

0 comments on commit c40f455

Please sign in to comment.