Fixed some things but now the world and boss fight worlds are out of sync and need to be fixed. tools/arena is broken.

This commit is contained in:
Zed A. Shaw 2025-12-13 13:13:59 -05:00
parent 37b007d79c
commit bf8ce7e16b
6 changed files with 48 additions and 21 deletions

View file

@ -20,7 +20,6 @@ namespace GameDB {
using std::shared_ptr, std::string, std::make_shared;
struct LevelDB {
public:
std::vector<GameDB::Level> levels;
size_t current_level = 0;
};