diff options
Diffstat (limited to 'source/game/StarPlayerInventory.hpp')
-rw-r--r-- | source/game/StarPlayerInventory.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/StarPlayerInventory.hpp b/source/game/StarPlayerInventory.hpp index 911ffe3..fb5d531 100644 --- a/source/game/StarPlayerInventory.hpp +++ b/source/game/StarPlayerInventory.hpp @@ -158,7 +158,7 @@ public: void selectActionBarLocation(SelectedActionBarLocation selectedActionBarLocation); // Held items are either the items shortcutted to in the currently selected - // ActionBar primar / secondary locations, or if the swap slot is non-empty + // ActionBar primary / secondary locations, or if the swap slot is non-empty // then the swap slot. ItemPtr primaryHeldItem() const; ItemPtr secondaryHeldItem() const; |