summaryrefslogtreecommitdiff
path: root/csrc/drawing.c
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2018-11-17 20:30:38 +0800
committerIru Cai <mytbk920423@gmail.com>2018-11-17 20:33:26 +0800
commit380ff1b2d1a1e9057abd1f21884eb78702e7b73a (patch)
treed20ee87dc87a1d1a40dd734746e6d4fe54f9fc1c /csrc/drawing.c
parent4f5cb4051ad244ba9b15a952fc151ad6a54eee3a (diff)
downloadrich4-380ff1b2d1a1e9057abd1f21884eb78702e7b73a.tar.xz
speak_words
Diffstat (limited to 'csrc/drawing.c')
-rw-r--r--csrc/drawing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/csrc/drawing.c b/csrc/drawing.c
index 9e720eb..78fd403 100644
--- a/csrc/drawing.c
+++ b/csrc/drawing.c
@@ -328,7 +328,7 @@ void player_say(int p, int t, const char *s)
fullscreen_overlay(sfdesc1.lpSurface, data_0207->chunk_tab[nn - 1], 240, 130);
if (esi == 5) {
eax = (s[1] - '0') * 1000 + (s[2] - '0') * 100 + (s[3] - '0') * 10 + (s[4] - '0');
- fcn.0045441a(eax);
+ speak_words(eax);
}
} else {
draw_some_text(0, s, 200, 130, 5);