Renamed .ent to .rem - Reflex Entity Mapping file to avoid confusion

This commit is contained in:
surkeh
2017-08-28 18:24:00 -07:00
parent fc711448d8
commit f88a4710f0
6 changed files with 8 additions and 8 deletions

View File

@@ -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
*--------------------------------------------------------------------------------------
*/