mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 08:51:24 +00:00
- SW: Two of the sword's frames are different in the shareware version, add these to the widescreen list as well.
This commit is contained in:
parent
ccfd20e074
commit
cb63f5cdbf
1 changed files with 4 additions and 0 deletions
|
@ -44,5 +44,9 @@ tilefromtexture 4090 { file "tiles/4090.png" xoffset 36 yoffset 107 ifcrc 187093
|
||||||
tilefromtexture 4091 { file "tiles/4091.png" xoffset -66 yoffset 117 ifcrc 1700580893 }
|
tilefromtexture 4091 { file "tiles/4091.png" xoffset -66 yoffset 117 ifcrc 1700580893 }
|
||||||
tilefromtexture 4092 { file "tiles/4092.png" xoffset 69 yoffset 126 ifcrc 1756935404 }
|
tilefromtexture 4092 { file "tiles/4092.png" xoffset 69 yoffset 126 ifcrc 1756935404 }
|
||||||
|
|
||||||
|
// Shareware has different CRCs for these.
|
||||||
|
tilefromtexture 4090 { file "tiles/4090.png" xoffset 36 yoffset 107 ifcrc -1662851093 }
|
||||||
|
tilefromtexture 4091 { file "tiles/4091.png" xoffset -66 yoffset 117 ifcrc -1708933323 }
|
||||||
|
|
||||||
// Summary screen background (Phredreeke)
|
// Summary screen background (Phredreeke)
|
||||||
tilefromtexture 5120 { file "tiles/5120.png" ifcrc 285532568 }
|
tilefromtexture 5120 { file "tiles/5120.png" ifcrc 285532568 }
|
||||||
|
|
Loading…
Reference in a new issue