1
0
Fork 0

e.t.c. -> etc.

etcetera, not egg tray conglomerate :P
This commit is contained in:
Tiger Wang 2014-09-13 11:15:16 +01:00
parent a8c7dadfd7
commit bc37b895bc
1 changed files with 1 additions and 1 deletions

View File

@ -449,7 +449,7 @@ protected:
// cItemGrid::cListener overrides:
virtual void OnSlotChanged(cItemGrid * a_ItemGrid, int a_SlotNum) override;
/// Called after an item has been smelted to handle statistics e.t.c.
/// Called after an item has been smelted to handle statistics etc.
void HandleSmeltItem(const cItem & a_Result, cPlayer & a_Player);
} ;