mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-22 10:28:31 +00:00
85363e861e
The current code could end up with savegameID being undefined, false, a filename string, or null depending on the code path taken.
Adapt C++ in consequence.
(cherry picked from commit a8fc3cf254)
Signed-off-by: Itms <itms@wildfiregames.com>