Files
VOREStation/code/modules
Leshana 446f7b0a12 Eliminate init() proc from /datum/gas_mixture
* Initializing a list in the type definition (of any type) incurs a hidden proc call ("init").   Simply by moving the init of the lists to /New() we speed up creation of /datum/gas_mixtures (which happens *often*)
* The list variables still get initialized by the time the instance is created, so this has zero impact on other code, its just starightup faster with no downsides.
2017-06-09 22:16:45 -04:00
..
2017-05-17 20:43:03 -04:00
2017-05-03 14:29:43 +01:00
2017-06-09 02:11:23 -04:00
2017-06-01 15:05:51 -04:00
2017-05-27 16:31:17 -04:00
2017-06-09 02:11:23 -04:00
2017-06-09 02:11:23 -04:00
2017-05-31 17:41:02 -04:00