Changes between Initial Version and Version 1 of Ticket #15294
- Timestamp:
- Jul 25, 2024, 6:53:08 AM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15294 – Description
initial v1 1 In the `SetSliderValue` and `GetSliderValue` functions, the validation checks for the GUI number (`guin`) are using the bitwise OR operator (`|`) instead of the logical OR operator (`||`).1 In `scummvm\engines\ags\engine\ac\global_slider.cpp` the `SetSliderValue` and `GetSliderValue` functions, the validation checks for the GUI number (`guin`) are using the bitwise OR operator (`|`) instead of the logical OR operator (`||`). 2 2 3 3 Affected Code: