diff options
Diffstat (limited to 'src/core.c')
| -rw-r--r-- | src/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1591,7 +1591,7 @@ Return game directory (where main.lua is located) - Success return string */ int lcoreGetBasePath( lua_State* L ) { - lua_pushstring( L, state->exePath ); + lua_pushstring( L, state->basePath ); return 1; } |
