Skip to content

Commit 3e24001

Browse files
committed
Update fnc_createApp.sqf
1 parent ff4af34 commit 3e24001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/tacphone/apps/bft/functions/fnc_createApp.sqf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ GVAR(appsection) ctrlSetPosition [(1-PHONE_WIDTH)/2, (1-PHONE_HEIGHT)/2, PHONE_W
2424
GVAR(appsection) ctrlCommit 0;
2525

2626
_map = _display ctrlCreate [QEGVAR(tacphone,mapControl), -1, GVAR(appsection)];
27-
_map ctrlMapSetPosition [0, 0, (ctrlPosition GVAR(home_appsection))#2, (ctrlPosition GVAR(home_appsection))#3];
27+
_map ctrlMapSetPosition [0, 0, (ctrlPosition GVAR(appsection))#2, (ctrlPosition GVAR(appsection))#3];
2828
_map ctrlCommit 0;
2929
private _plrPos = _map ctrlMapWorldToScreen position player;
3030

0 commit comments

Comments
 (0)