originalnicodr / RELit

Mod to spawn lights in RE Engine games
https://framedsc.com/GeneralGuides/relit.htm
25 stars 4 forks source link

Fix: Make all global functions local #8

Closed cursey closed 2 years ago

cursey commented 2 years ago

A few of the functions used in the script were polluting the global namespace which is something we try to avoid. This PR addresses it.