mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-11 04:06:12 +00:00
SCI: fix warning (and actual error)
svn-id: r52591
This commit is contained in:
parent
2bea43357f
commit
6eecc485d2
@ -46,7 +46,7 @@ struct SciScriptSignature {
|
||||
const uint16 *patch;
|
||||
};
|
||||
|
||||
#define SCI_SIGNATUREENTRY_TERMINATOR { 0, NULL, 0, 0, NULL, NULL }
|
||||
#define SCI_SIGNATUREENTRY_TERMINATOR { 0, NULL, 0, 0, 0, NULL, NULL }
|
||||
|
||||
// signatures are built like this:
|
||||
// - first a counter of the bytes that follow
|
||||
|
Loading…
x
Reference in New Issue
Block a user