mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-25 04:01:03 +00:00
4598b3b2d9
The two relevant variables upon inspection of the current code should not be used uninitialized as per the compiler linter warning, but removing this by adding a zero initialization is simple. It is also good practice and should prevent future issues if the code is modified.