summaryrefslogtreecommitdiffstats
path: root/types.h
diff options
context:
space:
mode:
authormario <mario@notk.org>2011-11-28 20:13:35 +0100
committermario <mario@notk.org>2011-11-28 20:13:35 +0100
commitfdb1de377daac6a77bcf4a2c0ca7cfe465bc5179 (patch)
tree19958b784954cb8040acb3ed8ab3771d0f54758c /types.h
parent9bd048bcc9c468b82d4eefa628ed4a5e044a3221 (diff)
Ajout du display, implémentation
Ajout des couleurs, changement de la façon dont elles sont stockées
Diffstat (limited to 'types.h')
-rw-r--r--types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/types.h b/types.h
index c3d9ae5..de53835 100644
--- a/types.h
+++ b/types.h
@@ -31,7 +31,7 @@ struct VelocityVector
VelocityVector(int _x, int _y): x(_x), y(_y) {};
};
-typedef char PlayerColor;
+typedef uint PlayerColor;
typedef char PlayerNumber;
#endif // _TYPES_H