Revert "Fix aridtoad and other stuff"

This reverts commit 27c0051a46.
This commit is contained in:
NepDisk 2025-12-13 19:54:24 -05:00
parent 2ffd575fcd
commit 6e65d96647
3 changed files with 4 additions and 4 deletions

View file

@ -93,7 +93,7 @@
#define ASSET_HASH_TEXTURES_KART 0xb4211b2f32b6a291
#define ASSET_HASH_CHARS_KART 0x1e68a3e01aa5c68b
#define ASSET_HASH_MAPS_KART 0x38558ed00da41ce9
#define ASSET_HASH_MAIN_PK3 0x7ec4ed423cb2b250
#define ASSET_HASH_MAIN_PK3 0xb359aca95ab7d254
#define ASSET_HASH_MAPPATCH_PK3 0x73e09e7e291c7cc7
#define ASSET_HASH_BONUSCHARS_KART 0x60e6f13d822a7461
#ifdef USE_PATCH_FILE

View file

@ -819,6 +819,7 @@ _(MERRYAMBIENCE)
_(TWINKLECARTAMBIENCE)
_(EXPLODINGBARREL)
_(MERRYHORSE)
_(ARIDTOAD)
_(BLUEFRUIT)
_(ORANGEFRUIT)
_(REDFRUIT)
@ -829,7 +830,6 @@ _(ADVENTURESPIKEC)
_(BOOSTPROMPT)
_(BOOSTOFF)
_(BOOSTON)
_(ARIDTOAD)
_(LIZARDMAN)
_(LIONMAN)

View file

@ -10983,6 +10983,8 @@ static void P_DefaultMobjShadowScale(mobj_t *thing)
case MT_REDFRUIT:
case MT_PINKFRUIT:
case MT_RANDOMAUDIENCE:
case MT_DOOD_BOX:
case MT_DOOD_BALLOON:
case MT_BLUECRAWLA:
case MT_REDCRAWLA:
case MT_GFZFISH: // Greenflower Fish
@ -11073,8 +11075,6 @@ static void P_DefaultMobjShadowScale(mobj_t *thing)
case MT_THROWNEXPLOSION:
case MT_THROWNGRENADE:
case MT_EMBLEM:
case MT_DOOD_BOX:
case MT_DOOD_BALLOON:
thing->shadowscale = FRACUNIT/3;
break;
case MT_SNEAKERPANEL: