Skip to content

Commit c93672c

Browse files
committed
[KFOV] Final update for release 1.5
1 parent cb0eaf9 commit c93672c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
94 Bytes
Binary file not shown.

KFOV/98 Scripts/aaKFOVEqualsKeyEvent.obl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ begin function {iKey, iAction}
1212
if aaKFOV.iFOVMode == 1 && iAction == 2 ; we are in FOV mode
1313
call aaKFOVChangeFOV 1 1
1414
elseif aaKFOV.iWeatherMode == 1 && iAction == 0 ; we are in weather mode
15-
if IsKeyPressed3 42 == 1 ; this is just held so we don't care
15+
if IsKeyPressed3 42 == 1 || IsKeyPressed3 54 == 1 ; this is just held so we don't care
1616
call aaKFOVLoadWeather 1 1
1717
else ; shift isn't held
1818
call aaKFOVLoadWeather 1 0
@@ -21,4 +21,4 @@ begin function {iKey, iAction}
2121
return
2222
endif
2323
endif
24-
end
24+
end

KFOV/98 Scripts/aaKFOVMinusKeyEvent.obl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ begin function {iKey, iAction}
1111
if aaKFOV.iFOVMode == 1 && iAction == 2 ; we are in FOV mode
1212
call aaKFOVChangeFOV 1 0 ; first is value, second is increment
1313
elseif aaKFOV.iWeatherMode == 1 && iAction == 0 ; we are in weather mode
14-
if IsKeyPressed3 42 == 1 ; this is just held so we don't care
14+
if IsKeyPressed3 42 == 1 || IsKeyPressed3 54 == 1 ; this is just held so we don't care
1515
call aaKFOVLoadWeather 0 1
1616
else ; shift isn't held
1717
call aaKFOVLoadWeather 0 0
@@ -20,4 +20,4 @@ begin function {iKey, iAction}
2020
return
2121
endif
2222
endif
23-
end
23+
end

0 commit comments

Comments
 (0)