And finally fix some of the API names to make more sense in their current location.
This commit is contained in:
parent
a20d701096
commit
7ffa6025ce
11 changed files with 74 additions and 99 deletions
|
@ -17,7 +17,7 @@ using matrix::Matrix;
|
|||
|
||||
std::shared_ptr<Map> make_map() {
|
||||
GameDB::init();
|
||||
return GameDB::current().map;
|
||||
return GameDB::current_level().map;
|
||||
}
|
||||
|
||||
TEST_CASE("basic matrix iterator", "[matrix]") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue