Add filter cheats back to map display

I removed this in 416fdbc, but upon testing again it appears I was wrong
and this is still needed. #1915
This commit is contained in:
ebayShopper
2017-03-22 15:49:05 -04:00
parent ad7a12771a
commit 665ecd9146
2 changed files with 3 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
class RscDisplayMainMap
{
onKeyDown = FILTER_CHEATS;
class controls
{
delete CA_MainBackground;
@@ -45,5 +46,6 @@ class RscDisplayMainMap
class RscDisplayInsertMarker
{
idd = 54;
onKeyDown = FILTER_CHEATS;
onUnload = "if (!isNil 'player_markMap') then {(_this select 0) call player_markMap;};";
};