mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-07 19:46:28 +00:00
90bfaf9c99
entity.cpp: fix indenting (was using space instead of tab) replace all instance of & operator=( with NO_COPY_CTOR trace: fix bug reported by michael: if trace file is huge, indices would keep on being recorded but data was cut off after a certain limit, leading to invalid pointers (into garbage data) This was SVN commit r4158.