dxx-rebirth/similar
Kp aa1a1c5a6a Fix regressions from changes to advanced host menu
Non-static globals were initialized at wrong scope, leading to netgame
duplicate options being forgotten across program restart.
Netgame.DuplicatePowerups is not initialized until well after global
initialization runs.

Literal strings were copied into a local buffer.  Replace with a pointer
to the appropriate literal string.

Fixes: aa9a5df0d4 ("Rearrange Advanced Hosting Menu")
2015-10-03 17:17:49 +00:00
..
2d Reuse computed string length 2015-09-29 02:41:22 +00:00
3d Restore inclusion of byteutil.h in similiar/3d/interp.cpp 2015-09-29 18:36:01 +00:00
arch Break screenshot numbering on 9999 instead of 99999 due to formatting of the string (it's still enough) 2015-09-01 19:06:14 +02:00
editor Reuse computed string length 2015-09-29 02:41:22 +00:00
main Fix regressions from changes to advanced host menu 2015-10-03 17:17:49 +00:00
misc Remove bool SysNoHogDir on non-unix 2015-09-22 02:28:38 +00:00