Skip to content

Instantly share code, notes, and snippets.

@chancez
Created July 29, 2012 03:12
Show Gist options
  • Save chancez/3195899 to your computer and use it in GitHub Desktop.
Save chancez/3195899 to your computer and use it in GitHub Desktop.
void Potion::SetType(PotionType& type)
{
if(this->type)
delete &this->type;
this->type = type;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment