Skip to content

Commit

Permalink
SCUMM: Fix one of many Full Throttle Valgrind warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Torbjörn Andersson committed Nov 12, 2024
1 parent 14a7efc commit 626c53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/scumm/imuse_digi/dimuse_files.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class IMuseDigiFilesHandler {
IMuseDigiSndBuffer _soundBuffers[4];
char _currentSpeechFilename[60] = {};
ScummFile *_ftSpeechFile;
char _ftSpeechFilename[160];
char _ftSpeechFilename[160] = {};
int _ftSpeechSubFileOffset;
int _ftSpeechFileSize;
int _ftSpeechFileCurPos;
Expand Down

0 comments on commit 626c53b

Please sign in to comment.