mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 17:04:55 +00:00
Ensure directories are created late in extract
This commit is contained in:
@@ -62,13 +62,6 @@ CENTITY_TYPES = (
|
||||
('CScriptDockAreaChange', 'World/CScriptDockAreaChange.hpp'),
|
||||
('CScriptSpecialFunction', 'World/CScriptSpecialFunction.hpp'),
|
||||
('CScriptDebris', 'World/CScriptDebris.hpp'),
|
||||
|
||||
Namespace('MP1'),
|
||||
('CBeetle', 'MP1/CBeetle.hpp', 'MP1'),
|
||||
('CWarWasp', 'MP1/CWarWasp.hpp', 'MP1'),
|
||||
('CSpacePirate', 'MP1/CSpacePirate.hpp', 'MP1'),
|
||||
('CNewIntroBoss', 'MP1/CNewIntroBoss.hpp', 'MP1'),
|
||||
EndNamespace(),
|
||||
)
|
||||
|
||||
def getqualified(tp):
|
||||
|
||||
Reference in New Issue
Block a user