Skip to content

Commit

Permalink
Fixed vampire id
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasTerp committed Jul 3, 2017
1 parent cadbd87 commit 15549d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LunkyBox/Spelunky/ENTITY_CLASS.h
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ namespace Spelunky
MANTRAP = 1008,
YETI = 1009,
UFO = 1010,
VAMPIRE = 1010,
HAWK_MAN = 1011,
SKELETON = 1012,
PIRANHA = 1013,
Expand All @@ -179,6 +178,7 @@ namespace Spelunky
GHOST = 1017,
GIANT_SPIDER = 1018,
JIAN_SHI = 1019,
VAMPIRE = 1020,
FIRE_FROG = 1021,
TUNNEL_MAN = 1022,
OLD_BITEY = 1023,
Expand Down
2 changes: 1 addition & 1 deletion LunkyBoxGOG/Spelunky/ENTITY_CLASS.h
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ namespace Spelunky
MANTRAP = 1008,
YETI = 1009,
UFO = 1010,
VAMPIRE = 1010,
HAWK_MAN = 1011,
SKELETON = 1012,
PIRANHA = 1013,
Expand All @@ -179,6 +178,7 @@ namespace Spelunky
GHOST = 1017,
GIANT_SPIDER = 1018,
JIAN_SHI = 1019,
VAMPIRE = 1020,
FIRE_FROG = 1021,
TUNNEL_MAN = 1022,
OLD_BITEY = 1023,
Expand Down

0 comments on commit 15549d3

Please sign in to comment.