mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-12 20:35:33 +00:00
cf21949640
- Quick change of _mkdir into mkdir (really, this should be done with a library function, which Jan is working on). - Moved CJSComplex::GetScript() implementation into its .h file from its .inl file to avoid some link errors in release build due to inlining. This was SVN commit r4994.