CaSe SeNsItIvItY

too many games have this problem, so...

PRETTY PLEASE

remember case sensitivity in linux systems and keep your
file names coherent with the code!

thanks

lowercasers associated


(log in to comment)

Comments

don't bother with uppercase letters in filenames. lowercase is the way to go!! :p
i also ask this to all coders - when using filenames, please follow these rules:
- lower case always
- avoid spaces
- avoid 'special' characters
- be restrict to a-z, 0-9 and underscore