ko4life-net / ko

Open source development of the game Knight Online. This is a reversed engineered old version of the game aiming to replicate the nostalgic experience we all once had <3
MIT License
53 stars 21 forks source link

Lower case RES dirs. #49

Closed stevewgr closed 2 years ago

stevewgr commented 2 years ago

Description

Small cleanup to lower-case RES dirs, since there was some inconsistencies there and this was missed because git by default has core.ignorecase set to true.

To disable this annoying behavior, execute the following command:

git config --global core.ignorecase false