mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 00:27:42 +00:00
bug fixes with MP1's spec
This commit is contained in:
@@ -4,5 +4,5 @@ static HECL::Database::DataSpecEntry SpecMP2
|
||||
(
|
||||
_S("MP2"),
|
||||
_S("Data specification for original Metroid Prime 2 engine"),
|
||||
[](HECL::Database::DataSpecTool tool) -> HECL::Database::IDataSpec* {}
|
||||
[](HECL::Database::DataSpecTool tool) -> HECL::Database::IDataSpec* {return nullptr;}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user