From 8c81a88e13560b08b5bac69f63a94800f9e42597 Mon Sep 17 00:00:00 2001 From: Cerapter Date: Thu, 26 Jul 2018 23:19:32 +0200 Subject: Fixed a bug with inline blue, added whispering. Furthermore, there are no longer any checks on the yellow and the rainbow colours, they are available from the getgo. --- courtroom.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'courtroom.h') diff --git a/courtroom.h b/courtroom.h index a4e08df6..e1a32f0f 100644 --- a/courtroom.h +++ b/courtroom.h @@ -156,7 +156,8 @@ private: enum INLINE_COLOURS { INLINE_BLUE, INLINE_GREEN, - INLINE_ORANGE + INLINE_ORANGE, + INLINE_GREY }; // A stack of inline colours. -- cgit