From 8a9ccfd083ed781815785e3ad47417cdb735c7c3 Mon Sep 17 00:00:00 2001 From: jeefo Date: Mon, 18 Apr 2016 20:15:54 +0300 Subject: [PATCH] fixed android compiling --- source/interface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/interface.cpp b/source/interface.cpp index 2911690..c160ba4 100644 --- a/source/interface.cpp +++ b/source/interface.cpp @@ -3029,7 +3029,7 @@ DLL_GIVEFNPTRSTODLL GiveFnptrsToDll (enginefuncs_t *functionTable, globalvars_t g_gameLib = new Library (gameDLLName); if (!g_gameLib->IsLoaded ()) - AddLogEntry (true, LL_FATAL | LL_IGNORE, "Unable to load gamedll \"%s\". Exiting... (gamedir: %s)", gameDLLName, GetModName ()); + AddLogEntry (true, LL_FATAL | LL_IGNORE, "Unable to load gamedll \"%s\". Exiting... (gamedir: %s)", gameDLLName, engine.GetModName ()); #else static struct ModSupport {