Reduces code complexity
is always a sus commit messagemake
does not copy them to the data folder in the build folder. If a .dll
was changed then they are not copied either, so the bisect can give incorrect results if the issue is related to a library update.make
does not copy them to the data folder in the build folder. If a .dll
was changed then they are not copied either, so the bisect can give incorrect results if the issue is related to a library update. if(!m_FreezeTime)
to if(m_FreezeTime != 0)
instead of the correct if(m_FreezeTime == 0)
.
And take additional measure to never set m_FreezeTime to a negative number in client prediction code.