Skip to content

Commit

Permalink
Fixed|Doom: Doom's FIRELAV texture animation is from FIRELAV3..FIRELAVA
Browse files Browse the repository at this point in the history
Fixed a long standing typo in the texture animation group definitions
which had the unfortunate effect of producing a 414 frame animation
in the newly released Back to Saturn X Episode I.
  • Loading branch information
danij-deng committed Dec 10, 2012
1 parent 7685f96 commit 47e0348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/plugins/jdoom/src/p_spec.c
Expand Up @@ -100,7 +100,7 @@ static animdef_t animsShared[] = {
{0, "NUKAGE3", "NUKAGE1", MACRO_LONG(8)},
{1, "BLODRIP4", "BLODRIP1", MACRO_LONG(8)},
{1, "FIREBLU2", "FIREBLU1", MACRO_LONG(8)},
{1, "FIRELAVA", "FIRELAV2", MACRO_LONG(8)},
{1, "FIRELAVA", "FIRELAV3", MACRO_LONG(8)},
{1, "FIREMAG3", "FIREMAG1", MACRO_LONG(8)},
{1, "FIREWALL", "FIREWALA", MACRO_LONG(8)},
{1, "GSTFONT3", "GSTFONT1", MACRO_LONG(8)},
Expand Down

0 comments on commit 47e0348

Please sign in to comment.