build: remove sse3 option, as it's cause bot to be not loadable on some KVM hypervisors.

graph: store only author name inside author string.
This commit is contained in:
ds 2020-10-01 10:43:51 +03:00
commit ced06c36cd
4 changed files with 14 additions and 7 deletions

View file

@ -389,8 +389,8 @@ public:
m_highestDamage[team] = value;
}
const char *getAuthor () const {
return m_tempStrings.chars ();
StringRef getAuthor () const {
return m_tempStrings;
}
bool hasChanged () const {