mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 23:47:42 +00:00
Ensure directories are created late in extract
This commit is contained in:
@@ -9,10 +9,10 @@ namespace urde
|
||||
enum class EClientFlowStates
|
||||
{
|
||||
Unspecified = -1,
|
||||
FrontEnd = 7,
|
||||
StateLoad = 8,
|
||||
GameLoad = 13,
|
||||
MoviePlay = 14
|
||||
PreFrontEnd = 7,
|
||||
FrontEnd = 8,
|
||||
Game = 14,
|
||||
GameExit = 15
|
||||
};
|
||||
|
||||
class CMainFlowBase : public CIOWin
|
||||
|
||||
Reference in New Issue
Block a user