Make self interact_menu finally work on the map screen!!

This commit is contained in:
Nicolás Badano
2015-03-23 18:26:20 -03:00
parent 75a09357aa
commit a432f74a6b
4 changed files with 18 additions and 6 deletions

View File

@ -51,7 +51,7 @@ if (GVAR(keyDown) &&
_sPos = if (count _pos != 2) then {
worldToScreen _pos
} else {
pos
_pos
};
if(count _sPos == 0) exitWith {false};