Changes between Initial Version and Version 1 of Ticket #15294


Ignore:
Timestamp:
Jul 25, 2024, 6:53:08 AM (8 weeks ago)
Author:
RainRat
Comment:

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 (`||`).
     1In `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 (`||`).
    22
    33Affected Code: