opentomb / OpenTomb

An open-source Tomb Raider 1-5 engine remake
http://opentomb.github.io/
GNU Lesser General Public License v3.0
1.38k stars 143 forks source link

fix useless missing ";" in lua scripts #568

Closed ghost closed 5 years ago

ghost commented 5 years ago

@TeslaRus you have see that lua scripts folder have missing ";" and i fixed it for you and added or rewrite some print(""); comment to discovers the files as being loaded ! (no level script is included because too mush :x )

EDIT: No impact to performance or bug but fixed now and is good :)

TeslaRus commented 5 years ago

lgtm wow! big good work, thanks! review had been done. may be merged now (will be new commits soon?). is old "entity_model_ID_override.lua" renamed?

ghost commented 5 years ago

i just changed ID to id but no impact to the game (already tested (windows 8.1) with last release), i fixed it to save your time, but i'm just a beginner in lua and c++. EDIT: i fixed 2 or 3 level, i changed to real name (not the files name)

ghost commented 5 years ago

You can merge it if you want