Literally just remove old TODO's

This commit is contained in:
Jackzie 2021-05-23 15:26:10 -05:00
parent 8a76c34f8f
commit cc765def37
No known key found for this signature in database
GPG key ID: 1E834FE36520537A
13 changed files with 6 additions and 21 deletions

View file

@ -325,7 +325,7 @@ void RestoreState(int client, int index = 0) {
void ResetStates(int client) {
for(int stage = 0; stage < MAXIMUM_STAGES_STORED; stage++) {
playerStatesList[stage][client].incapState = 0;//TODO: get incap state
playerStatesList[stage][client].incapState = 0;
playerStatesList[stage][client].pillSlotItem[0] = '\0';
playerStatesList[stage][client].kitSlotItem[0] = '\0';
playerStatesList[stage][client].permHealth = 0;