SCI: Fix warning
This commit is contained in:
parent
3ea127e877
commit
1019c0148b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue