mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 21:59:17 +00:00
Fix memory overwrite
svn-id: r32543
This commit is contained in:
parent
b0eb20b4b8
commit
4ee6f4d01a
@ -904,7 +904,7 @@ void DrasculaEngine::talk_sync(const char *said, const char *filename, const cha
|
||||
int y_mask_talk = 170;
|
||||
int p, face = 0;
|
||||
int length = strlen(said);
|
||||
char buf[1];
|
||||
char buf[2];
|
||||
|
||||
color_abc(kColorYellow);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user