From 29048fcdd33c9e5c37474ac179966a4b4d493cc2 Mon Sep 17 00:00:00 2001 From: mdiluzio Date: Sat, 20 Dec 2014 15:35:18 +0000 Subject: [PATCH] Reorder team colours to match with bash colour codes --- source/game/gametypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/game/gametypes.h b/source/game/gametypes.h index c3ce010..43cc4d3 100644 --- a/source/game/gametypes.h +++ b/source/game/gametypes.h @@ -7,9 +7,9 @@ enum class Team : char { Red = 0, - Blue, Green, Yellow, + Blue, NUM_INVALID };