Skip to content

Commit b0f0486

Browse files
committed
Changed type of ErrorView
1 parent cfe0055 commit b0f0486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Engine/SpecialVars.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ static SpecialVars()
116116
/* ConfirmPreference */ typeof(ConfirmImpact),
117117
/* ProgressPreference */ typeof(Enum),
118118
/* InformationPreference */ typeof(ActionPreference),
119-
/* ErrorView */ typeof(ErrorView),
119+
/* ErrorView */ typeof(Enum), //ErrorView type not available on PS3
120120
};
121121

122122
internal enum AutomaticVariable

0 commit comments

Comments
 (0)