aboutsummaryrefslogtreecommitdiff
path: root/judge/g_util.ml
diff options
context:
space:
mode:
authorAlex AUVOLAT <alex.auvolat@ens.fr>2014-11-10 12:24:46 +0100
committerAlex AUVOLAT <alex.auvolat@ens.fr>2014-11-10 12:24:46 +0100
commitbcb124d26b40bd70fc22af49e4b7c994b37ee184 (patch)
treea730e69f37e79128d5795ca59d33595dc8811565 /judge/g_util.ml
parent053f2090ebccd14f875b806c578e0f5467d68f5a (diff)
downloadCompetIA-bcb124d26b40bd70fc22af49e4b7c994b37ee184.tar.gz
CompetIA-bcb124d26b40bd70fc22af49e4b7c994b37ee184.zip
Improved handling of the dead ; correct bug in Amane.
Diffstat (limited to 'judge/g_util.ml')
-rw-r--r--judge/g_util.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/judge/g_util.ml b/judge/g_util.ml
index 95bfcba..3679280 100644
--- a/judge/g_util.ml
+++ b/judge/g_util.ml
@@ -5,6 +5,7 @@ open Core
let grey = rgb 112 112 112
let red = rgb 200 0 0
let green = rgb 0 150 0
+let orange = rgb 200 140 0
let p1c = blue
let p2c = red