Renamed .ent to .rem - Reflex Entity Mapping file to avoid confusion
This commit is contained in:
@@ -57,8 +57,8 @@ class EntityConverter
|
||||
* Method: Constructor
|
||||
* Description: Creates entity format mapping
|
||||
* CAUTION: Requires extractMapInfo method to be called after this
|
||||
* Requires: .ent filename for mapping entities from reflex format to xonotic format
|
||||
* THROWS: runtime_error on .ent format error
|
||||
* Requires: Reflex Entity Mapping filename
|
||||
* THROWS: runtime_error on Reflex Entity Mapping file format error
|
||||
* THROWS: std::ios::failure on IO failure
|
||||
*--------------------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -69,7 +69,7 @@ class EntityConverter
|
||||
* Description: Creates entity format mapping and pre-scans for map info
|
||||
* Parameter: string entityMapFile, file maps source to target entity formats
|
||||
* Parameter: string reflexMapFile, for pre-scan
|
||||
* THROWS: runtime_error on .ent format error
|
||||
* THROWS: runtime_error on Reflex Entity Mapping file format error
|
||||
* THROWS: std::ios::failure on IO failure
|
||||
*--------------------------------------------------------------------------------------
|
||||
*/
|
||||
|
Reference in New Issue
Block a user