Fixing typo

This commit is contained in:
SilentSpike 2015-07-16 17:56:50 +01:00
parent 3895a51f02
commit 458fe363ff

View File

@ -288,7 +288,7 @@ switch (toLower _mode) do {
GVAR(camUnit) = objectFromNetId _netID; GVAR(camUnit) = objectFromNetId _netID;
}; };
} else { } else {
GVAR(camMode) == 1; GVAR(camMode) = 1;
}; };
call FUNC(updateView); call FUNC(updateView);
}; };