mirror of
https://github.com/freedoom/freedoom.git
synced 2025-08-31 20:16:55 -04:00
levels: DM08 Restore the circular saw blades
Prior to the Eureka cleanup DM08 had circular saw blades on the left side of the map via texture SLAD2. Unfortunately Eureka falsely flags SLAD2 as a Medusa causing textures for middle textures since it contains more than one patch. This fixes introduces texture SAW2 which only contains the SAW2 patch, and which therefore does not cause the Eureka warning. It should look exactly the same to the player.
This commit is contained in:
parent
2f78eb3e17
commit
d4c50a2f4d
2 changed files with 5 additions and 0 deletions
BIN
levels/dm08.wad
BIN
levels/dm08.wad
Binary file not shown.
|
@ -3664,3 +3664,8 @@ LOGO5 64 128
|
|||
* LOGO5 0 0
|
||||
|
||||
#endif
|
||||
|
||||
; Single patch textures to resolve Medusa warnings / issues.
|
||||
|
||||
SAW2 72 128
|
||||
* SAW2 0 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue