Skip to content

Commit

Permalink
Fixed compile (typos).
Browse files Browse the repository at this point in the history
  • Loading branch information
bearbin committed Oct 27, 2014
1 parent dbe7c8b commit 2323430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/WorldStorage/NBTChunkSerializer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -612,13 +612,13 @@ void cNBTChunkSerializer::AddMonsterEntity(cMonster * a_Monster)
case mtEnderDragon:
case mtGhast:
case mtGiant:
case mtIronGolem
case mtIronGolem:
case mtMooshroom:
case mtOcelot:
case mtPig:
case mtSilverfish:
case mtSnowGolem:
case meSpider:
case mtSpider:
case mtSquid:
case mtWitch:
case mtZombiePigman:
Expand Down

0 comments on commit 2323430

Please sign in to comment.