Took 30 minutes


Took 50 seconds
This commit is contained in:
Lukas Brübach 2026-04-05 21:46:58 +02:00
parent c413b0627d
commit edf90a9a4a
3 changed files with 94 additions and 43 deletions

View file

@ -350,5 +350,5 @@ int main(int argc, char *argv[])
CountryPixmapGenerator::clear();
UserLevelPixmapGenerator::clear();
return 0;
return ret;
}