Change back "enabled" values to lowercase1715/head
commit4b7eea5de04b08c8bbc67e6cfc4235b0504ad41d
authorDuion <duionium@gmail.com>
Sun, 31 Jul 2016 17:25:35 +0000 (31 19:25 +0200)
committerGitHub <noreply@github.com>
Sun, 31 Jul 2016 17:25:35 +0000 (31 19:25 +0200)
tree34777bb37a07b7463561641a4869f07083a5e46d
parent5fa8504568871e227c557a6a584f487b3bbce29f
Change back "enabled" values to lowercase

I noticed in 3.9 when opening and re-saving my mission files that all values that had "enabled = 1" written in the datablock like the spawnSpheres were changed to "Enabled =1" instead.
This changes it back to produce lowercase output.
Don't know if this is the right way, but it works, it disturbed me a bit in my version control that every mission I touched was updated with hundreds of changes on "enabled" into "Enabled" while all other entries are lowercase.
Engine/source/module/moduleDefinition.cpp