Move hamdata.ini to gamedata (#597)

* Replace atoi by strtol in the config parser

* Move hamdata.ini data to gamedata files

* Reference the new files in master file

* Remove all the parsing code and use config manager to get the offsets

* Remove any hamdata.ini references
This commit is contained in:
Vincent Herbet
2018-09-28 16:51:54 +02:00
committed by GitHub
parent 8717ffe07c
commit f82455dd84
21 changed files with 11856 additions and 5090 deletions

View File

@ -166,7 +166,6 @@ configs = [
'core.ini',
'custommenuitems.cfg',
'cvars.ini',
'hamdata.ini',
'maps.ini',
'miscstats.ini',
'modules.ini',