diff options
author | Spp <none@none> | 2010-04-11 20:20:38 +0200 |
---|---|---|
committer | Spp <none@none> | 2010-04-11 20:20:38 +0200 |
commit | 65c3e979e2eed9e2485caf65b487dbd2219c0592 (patch) | |
tree | 5ecb0c945d99401d87fcfe116dfbc369328c4829 /src/game/ArenaTeam.h | |
parent | c592fc75809e420eb3554b12c31eb645a8aae280 (diff) |
Tab to Spaces and remove of trailing spaces
--HG--
branch : trunk
Diffstat (limited to 'src/game/ArenaTeam.h')
-rw-r--r-- | src/game/ArenaTeam.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/game/ArenaTeam.h b/src/game/ArenaTeam.h index 1bfbe2d214e..e6f85cf8d9e 100644 --- a/src/game/ArenaTeam.h +++ b/src/game/ArenaTeam.h @@ -44,11 +44,11 @@ enum ArenaTeamCommandErrors ERR_ARENA_TEAM_PLAYER_NOT_IN_TEAM_SS = 0x0A, ERR_ARENA_TEAM_PLAYER_NOT_FOUND_S = 0x0B, ERR_ARENA_TEAM_NOT_ALLIED = 0x0C, - ERR_ARENA_TEAM_IGNORING_YOU_S = 0x13, - ERR_ARENA_TEAM_TARGET_TOO_LOW_S = 0x15, - ERR_ARENA_TEAM_TARGET_TOO_HIGH_S = 0x16, - ERR_ARENA_TEAM_TOO_MANY_MEMBERS_S = 0x17, - ERR_ARENA_TEAM_NOT_FOUND = 0x1B, + ERR_ARENA_TEAM_IGNORING_YOU_S = 0x13, + ERR_ARENA_TEAM_TARGET_TOO_LOW_S = 0x15, + ERR_ARENA_TEAM_TARGET_TOO_HIGH_S = 0x16, + ERR_ARENA_TEAM_TOO_MANY_MEMBERS_S = 0x17, + ERR_ARENA_TEAM_NOT_FOUND = 0x1B, ERR_ARENA_TEAMS_LOCKED = 0x1E }; |