mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-10 21:03:31 +00:00
![Torbjörn Andersson](/assets/img/avatar_default.png)
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.