simplify TYPE_CONSTANT code
This commit is contained in:
@@ -68,7 +68,7 @@ public:
|
||||
STRING_CONSTANT( Name, "xmldoom3" );
|
||||
|
||||
MapXMLAPI(){
|
||||
GlobalFiletypesModule::getTable().addType( Type::Name(), Name(), filetype_t( "xml doom3 maps", "*.xmap" ) );
|
||||
GlobalFiletypesModule::getTable().addType( Type::Name, Name, filetype_t( "xml doom3 maps", "*.xmap" ) );
|
||||
}
|
||||
MapFormat* getTable(){
|
||||
return this;
|
||||
|
||||
Reference in New Issue
Block a user