Skip to content

Commit

Permalink
* Fix scripts_lua.cpp?
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkRain committed Nov 10, 2017
1 parent 81f7ba4 commit 65e0d06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/scripts_lua.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/

#include "scripts_lua.h"
#include "../shared/cxx.h"

int Com_LuaIsNilOrTable (lua_State* L, int index) {
return (lua_isnil(L, index) || lua_istable(L, index));
Expand Down

0 comments on commit 65e0d06

Please sign in to comment.