Merge pull request #1804 from Azaezel/greatestZero

clang: unsigned>0 checks
This commit is contained in:
Areloch 2016-10-24 01:27:14 -05:00 committed by GitHub
commit 269b195355
4 changed files with 5 additions and 5 deletions

View file

@ -484,7 +484,7 @@ protected:
/// @{
struct ActionAnimation {
U32 action;
S32 action;
TSThread* thread;
S32 delayTicks; // before picking another.
bool forward;