Files
0ad/source
trompetin17 e95829494c Ensure brace initialization variables in OggData
This commit updates the OggData-related classes to use uniform brace
initialization ({}) for member variables where applicable. Brace
initialization improves clarity and prevents potential narrowing
conversions or unintended behavior caused by default constructor
ambiguity.

This change improves consistency and aligns with modern C++ best
practices, especially in C++11 and later where brace initialization is
recommended for safer initialization semantics.
2025-07-22 08:40:57 -05:00
..
…
2025-07-19 18:16:14 +02:00
…
2025-07-19 18:16:14 +02:00
2025-07-11 11:06:04 -05:00