mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user