diff options
| author | Cerapter <cerap@protonmail.com> | 2018-07-26 23:19:32 +0200 |
|---|---|---|
| committer | Cerapter <cerap@protonmail.com> | 2018-07-26 23:19:32 +0200 |
| commit | 8c81a88e13560b08b5bac69f63a94800f9e42597 (patch) | |
| tree | afd94fedc087eb5d2af3ab57ebdb930a89ef07cf /courtroom.h | |
| parent | 5aacfa8b486d6dcb9c8dee35605b1ec13c49a27a (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.h | 3 |
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. |
