mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
removed an unused parser settings (implicitly fixing a case were this setting was not applied correctly)
This commit is contained in:
parent
27c795483b
commit
12fc0aaecb
3 changed files with 10 additions and 18 deletions
|
@ -96,7 +96,7 @@ namespace Compiler
|
|||
/// \return Type ('l': integer, 'f': float)
|
||||
|
||||
int parseArguments (const std::string& arguments, Scanner& scanner,
|
||||
std::vector<Interpreter::Type_Code>& code, bool invert = false);
|
||||
std::vector<Interpreter::Type_Code>& code);
|
||||
///< Parse sequence of arguments specified by \a arguments.
|
||||
/// \param arguments Uses ScriptArgs typedef
|
||||
/// \see Compiler::ScriptArgs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue