diff options
Diffstat (limited to '')
-rw-r--r-- | source/cInventory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cInventory.cpp b/source/cInventory.cpp index 8750b5368..d532ec7c9 100644 --- a/source/cInventory.cpp +++ b/source/cInventory.cpp @@ -293,7 +293,7 @@ void cInventory::SendWholeInventoryToAll(void) void cInventory::SendSlot( int a_SlotNum ) { - cItem* Item = GetSlot( a_SlotNum ); + cItem * Item = GetSlot(a_SlotNum); if (Item != NULL) { if (Item->IsEmpty()) |