aboutsummaryrefslogtreecommitdiff
path: root/courtroom.h
diff options
context:
space:
mode:
Diffstat (limited to 'courtroom.h')
-rw-r--r--courtroom.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/courtroom.h b/courtroom.h
index d10cc85..6dc58d2 100644
--- a/courtroom.h
+++ b/courtroom.h
@@ -128,10 +128,10 @@ private:
bool is_muted = false;
//state of animation, 0 = objecting, 1 = preanim, 2 = talking, 3 = idle
- int anim_state = 0;
+ int anim_state = 3;
//state of text ticking, 0 = not yet ticking, 1 = ticking in progress, 2 = ticking done
- int text_state = 0;
+ int text_state = 2;
int current_char_page = 0;