aboutsummaryrefslogtreecommitdiff
path: root/courtroom.h
diff options
context:
space:
mode:
authorCerapter <cerap@protonmail.com>2018-07-26 23:19:32 +0200
committerCerapter <cerap@protonmail.com>2018-07-26 23:19:32 +0200
commit8c81a88e13560b08b5bac69f63a94800f9e42597 (patch)
treeafd94fedc087eb5d2af3ab57ebdb930a89ef07cf /courtroom.h
parent5aacfa8b486d6dcb9c8dee35605b1ec13c49a27a (diff)
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.
Diffstat (limited to 'courtroom.h')
-rw-r--r--courtroom.h3
1 files changed, 2 insertions, 1 deletions
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.