Enable Lua 5.1 and 5.2 compatability

This commit is contained in:
Gregory A Lundberg 2016-10-16 01:23:13 -05:00
parent 841d17af31
commit 475c31b10e

View File

@ -47,8 +47,8 @@
/* Wesnoth definitions for compatibility /* Wesnoth definitions for compatibility
* No longer needed in C++, included only for Lua runtime. * No longer needed in C++, included only for Lua runtime.
*/ */
#define LUA_COMPAT_MODULE #define LUA_COMPAT_5_2
#define LUA_COMPAT_ALL #define LUA_COMPAT_5_1