GitHub: add execute permission to a gradlew.

Fix typo in CCSBotManager::SetRadioMessageTimestamp
This commit is contained in:
s1lent 2017-05-04 21:45:59 +07:00
parent b7bc2770be
commit 3f4bcd9b96
2 changed files with 1 additions and 1 deletions

0
gradlew vendored Normal file → Executable file
View File

View File

@ -1486,7 +1486,7 @@ void CCSBotManager::SetRadioMessageTimestamp(GameEventType event, int teamID)
return;
int i = (teamID == TERRORIST) ? 0 : 1;
m_radioMsgTimestamp[ event - 1 ][ i ] = gpGlobals->time;
m_radioMsgTimestamp[ event - EVENT_START_RADIO_1 ][ i ] = gpGlobals->time;
}
// Reset all radio message timestamps