mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-27 05:32:45 +00:00
4eef7a42e3
Recent GCC versions complain if you memset() a class or struct that contain non-POD data types. Get around that by either initializing the object when created, or by adding a reset() method.