SCI: Fix warning

This commit is contained in:
Willem Jan Palenstijn 2013-11-21 09:41:44 +01:00
parent 3ea127e877
commit 1019c0148b

View file

@ -114,7 +114,7 @@ struct SciScriptPatcherEntry {
const uint16 *patchData;
};
#define SCI_SIGNATUREENTRY_TERMINATOR { 0, NULL, 0, 0, 0, NULL, NULL }
#define SCI_SIGNATUREENTRY_TERMINATOR { false, 0, NULL, 0, 0, 0, NULL, NULL }
struct SciScriptPatcherSelector {
const char *name;