0ad/source
wraitii c013ee3778 Fix usage of remove_if in CHotkeyPicker
I was not aware of the erase-remove idiom and failed to notice that
remove_if simply reorders the elements.
Noted by Stan thanks to VS17 warnings.

Fixes a4852c4c01 / D2814

This was SVN commit r24371.
2020-12-11 10:02:05 +00:00
..
collada Fix compiler warnings on VS 2015, refs #3439, refs #5069. 2018-03-10 09:58:53 +00:00
graphics Further header & precompiled cleanup, fix no-PCH builds. 2020-12-09 14:39:14 +00:00
gui Fix usage of remove_if in CHotkeyPicker 2020-12-11 10:02:05 +00:00
i18n Update ICU on Windows to 68.1 with the v140_xp toolset. 2020-12-02 16:47:28 +00:00
lib Fix zip with comments triggering assertion on game startup 2020-12-10 19:09:10 +00:00
lobby Further header & precompiled cleanup, fix no-PCH builds. 2020-12-09 14:39:14 +00:00
maths Further header & precompiled cleanup, fix no-PCH builds. 2020-12-09 14:39:14 +00:00
mocks More FreeBSD build fixes. 2012-01-30 06:21:11 +00:00
network Further header & precompiled cleanup, fix no-PCH builds. 2020-12-09 14:39:14 +00:00
pch Further header & precompiled cleanup, fix no-PCH builds. 2020-12-09 14:39:14 +00:00
ps Fix userreport detection of sound cards 2020-12-10 18:36:05 +00:00
renderer Further header & precompiled cleanup, fix no-PCH builds. 2020-12-09 14:39:14 +00:00
rlinterface Further header & precompiled cleanup, fix no-PCH builds. 2020-12-09 14:39:14 +00:00
scriptinterface Further header & precompiled cleanup, fix no-PCH builds. 2020-12-09 14:39:14 +00:00
simulation2 Further header & precompiled cleanup, fix no-PCH builds. 2020-12-09 14:39:14 +00:00
soundmanager Fix userreport detection of sound cards 2020-12-10 18:36:05 +00:00
third_party Further header & precompiled cleanup, fix no-PCH builds. 2020-12-09 14:39:14 +00:00
tools Remove the Engine threading when using Atlas 2020-12-10 09:42:58 +00:00
main.cpp Further header & precompiled cleanup, fix no-PCH builds. 2020-12-09 14:39:14 +00:00
test_setup.cpp Fix building without precompiled headers. 2020-11-18 11:35:36 +00:00