Skip to content

Commit

Permalink
FIX Warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Cirrus-Minor committed Apr 17, 2015
1 parent a101f44 commit 5b0d0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CauldronEntity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ void CauldronEntity::animate(float delay)
{
if (cauldronType == CauldronTypeElemental)
{
slimeTypeEnum slimeType;
slimeTypeEnum slimeType = SlimeTypeStandard;
switch (colorState)
{
case 0: slimeType = SlimeTypeBlue; break;
Expand Down

0 comments on commit 5b0d0db

Please sign in to comment.