mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
Fix MSVC warning
svn-id: r25586
This commit is contained in:
parent
77c70d4ee7
commit
0a56c312f1
@ -247,7 +247,7 @@ void Infogrames::unload(void) {
|
||||
|
||||
void Infogrames::getNextSample(Channel &chn) {
|
||||
byte *data;
|
||||
byte cmdBlock;
|
||||
byte cmdBlock = 0;
|
||||
uint16 cmd;
|
||||
bool cont = false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user