diff --git a/polymer/eduke32/source/anim.h b/polymer/eduke32/source/anim.h index a60246628..2267b82a2 100644 --- a/polymer/eduke32/source/anim.h +++ b/polymer/eduke32/source/anim.h @@ -23,7 +23,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. #ifndef __anim_h__ #define __anim_h__ -#define NUM_HARDCODED_ANIMS 11 +#define NUM_HARDCODED_ANIMS 12 # ifdef USE_LIBVPX extern uint16_t anim_hi_numsounds[NUM_HARDCODED_ANIMS], *anim_hi_sounds[NUM_HARDCODED_ANIMS]; diff --git a/polymer/eduke32/source/game.c b/polymer/eduke32/source/game.c index 7664a4ac4..c16db8b07 100644 --- a/polymer/eduke32/source/game.c +++ b/polymer/eduke32/source/game.c @@ -9495,6 +9495,7 @@ static int32_t parsedefinitions_game(scriptfile *script, int32_t preload) { "vol43a", 8 }, { "vol4e2", 9 }, { "vol4e3", 10 }, + { "3dr", 11 }, // NUM_HARDCODED_ANIMS };