diff options
Diffstat (limited to 'engines/sci/include/script.h')
-rw-r--r-- | engines/sci/include/script.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/sci/include/script.h b/engines/sci/include/script.h index 00effd22a9..9d3d7ee22a 100644 --- a/engines/sci/include/script.h +++ b/engines/sci/include/script.h @@ -207,8 +207,7 @@ extern opcode_format formats[128][4]; void script_adjust_opcode_formats(int res_version); -int -script_find_selector(EngineState *s, const char *selector_name); +int script_find_selector(EngineState *s, const char *selector_name); /* Determines the selector ID of a selector by its name ** Parameters: (state_t *) s: VM state ** (char *) selector_name: Name of the selector to look up |