Avoid false positive in style check.
This commit is contained in:
parent
74204aed6c
commit
ea39c1d21c
@ -49,7 +49,7 @@ private:
|
||||
Logs a warning to the console on input error. */
|
||||
void AddRecipeFromLine(const AString & a_Line, unsigned int a_LineNum);
|
||||
|
||||
/** Parses an item string in the format "<ItemType>[:<Damage>][,<Amount>]", returns true if successful. */
|
||||
/** Parses an item string in the format "<ItemType>[: <Damage>][, <Amount>]", returns true if successful. */
|
||||
bool ParseItem(const AString & a_String, cItem & a_Item);
|
||||
|
||||
struct sFurnaceRecipeState;
|
||||
|
Loading…
Reference in New Issue
Block a user