1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 03:23:15 +01:00

Rename __ENABLE_SCRIPTING__ to ENABLE_SCRIPTING

This commit is contained in:
Ted John
2020-04-24 15:58:01 +01:00
parent 4ebd8da630
commit c67962577a
43 changed files with 58 additions and 58 deletions

View File

@@ -7,7 +7,7 @@
* OpenRCT2 is licensed under the GNU General Public License version 3.
*****************************************************************************/
#ifdef __ENABLE_SCRIPTING__
#ifdef ENABLE_SCRIPTING
# include "ScriptEngine.h"