View Single Post
  #18  
Old 07-13-2012, 06:46 AM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

Here's a change to my posting about the Inventory::SwapItem function above...

It currently is a void function, but I was thinking that it was a bool instead.

The same idea applies and maybe it needs to be changed to 'bool Inventory::SwapItem' to keep the calling method from processing a success
when the swap actually failed.


Sorry about that... Like I said, my head is a bit off atm.
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote