1
0

Fixed wrong doxy-comment.

This commit is contained in:
Howaner 2014-08-31 19:29:54 +02:00
parent 3d7b8d3598
commit 66417f7a48

View File

@ -49,7 +49,7 @@ private:
Logs a warning to the console on input error. */
void AddRecipeFromLine(const AString & a_Line, 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;