clase Debug ara carrega la posicio i habitacio inicial desde un fitxer
This commit is contained in:
@@ -165,6 +165,8 @@ Director::Director(std::vector<std::string> const& args) {
|
||||
|
||||
#ifdef _DEBUG
|
||||
Debug::init();
|
||||
Debug::get()->setDebugFile(Resource::List::get()->get("debug.yaml"));
|
||||
Debug::get()->loadFromFile();
|
||||
#endif
|
||||
|
||||
std::cout << "\n"; // Fin de inicialización de sistemas
|
||||
|
||||
Reference in New Issue
Block a user