From 6e8ef86afc5a559ff4df7f43bec53f82a9060731 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Wed, 3 Oct 2018 17:46:45 -0400 Subject: Allow brokengine to start projects in other directories Allow the second argument passed to brokengine on the command line specify the location of the data/ folder the program uses. --- src/client/initdevice.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/initdevice.hpp') diff --git a/src/client/initdevice.hpp b/src/client/initdevice.hpp index dd328f7..0a65a99 100644 --- a/src/client/initdevice.hpp +++ b/src/client/initdevice.hpp @@ -13,5 +13,5 @@ using namespace video; using namespace io; using namespace gui; -IrrlichtDevice* spawnIrrDevice(lua_State* L); +IrrlichtDevice* spawnIrrDevice(lua_State* L, char *path); #endif -- cgit v1.2.3-70-g09d2