Fix: moved function call to UB

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6336 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Flugente
2013-08-29 20:38:18 +00:00
parent 25dd0b084e
commit 4f7f186580
+2 -3
View File
@@ -1477,13 +1477,12 @@ void IniFunction(lua_State *L, BOOLEAN bQuests )
lua_register(L, "SetTurnTimeLimit", l_fTurnTimeLimit);
lua_register(L, "InitMercFace", l_InitFace);
#ifdef JA2UB
lua_register(L, "AddProfileToMap", l_InitMapProfil);
lua_register(L, "SetKeyProfile", l_SetKeySoldier); // tactical mode
#ifdef JA2UB
lua_register(L, "UB_GetManuelID", l_Ja25MANUEL_UB);
lua_register(L, "UB_GetBiggensID", l_Ja25BIGGENS_UB);
lua_register(L, "UB_GetJohnID", l_Ja25JOHN_K_UB);