Merge branch 'master' of https://gitea.sustancia.synology.me/JailDesigner/coffee_crisis
This commit is contained in:
@@ -7,13 +7,10 @@
|
||||
// Constructor
|
||||
Director::Director(std::string path)
|
||||
{
|
||||
|
||||
// Inicializa variables
|
||||
section.name = PROG_SECTION_GAME;
|
||||
section.subsection = GAME_SECTION_PLAY_1P;
|
||||
|
||||
section.name = PROG_SECTION_INTRO;
|
||||
|
||||
// Crea el objeto que controla los ficheros de recursos
|
||||
asset = new Asset(path.substr(0, path.find_last_of("\\/")) + "/../");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user