mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-25 23:08:26 +00:00
69a13c2be5
Introduced in 5fbb224dc0
rewrite 3 ifs to 1 if
merge 2 member variables into 1 member variable
remove 2 function local variables
save one call for CComponentManager as both ifs would or execute or not
code is shorter and looks nicer
Differential Revision: D3009
Reviewed by: bb
This was SVN commit r24072.