|
Projectiles.
Case insensitive?
[AGGattlingX] and
[ElectricFragment] all have
Projectile=Invisiblelow
Despite the <.ini> files being case sensitive, "Projectile=Invisiblelow"
gets read as "Projectile=InvisibleLow".
So there's no actual problem
here.
Just don't use this as an excuse not to put all your own stuff in the
right case.
Maybe section names are checked case-insensitvely if the initial case-sensitive
check fails.
Or maybe the Projectiles are just read case-insensitively.
Regardless, it is better to be safe than sorry with your own code.
|