DEADSOFTWARE

Standart: Fix D2DTEXTURES/GOR1*0 animated textures
authorDmitry D. Chernov <blackdoomer@yandex.ru>
Wed, 1 Nov 2023 04:41:13 +0000 (14:41 +1000)
committerDmitry D. Chernov <blackdoomer@yandex.ru>
Tue, 7 Nov 2023 16:17:42 +0000 (02:17 +1000)
Now they start with proper GOR1A0 (instead of GOR1C0 as before) and have the correct 'framecount' parameter set.
Important notes (see https://doomwiki.org/wiki/Thing_types_by_number for details):
1. The current frame order is ABAC (was CABa; in Doom II it's ABCB, which is worse; in the original Doom2D it's ABC, which is even worse).
2. The 'backanimation' parameter can't be used here without changing the first frame to GOR1C0 (just how it was done wrong by the previous version) or GOR1B0.


No differences found