mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 06:41:59 +00:00
- Blood: Remove the interpolate
statement from all unused beast QAVs.
* These files are included so that all interpolated weapon QAVs from 0 - 124 can be easily init/load/precache using the same code the game uses to init/load/precache the original QAVs. * These QAVs have not been tested or patched for any QAV interpolation issues, so best to not declare them interpolated in case a modder uses them and they're messed up.
This commit is contained in:
parent
deefbcf431
commit
44e0da1212
1 changed files with 0 additions and 21 deletions
|
@ -662,45 +662,24 @@ defineqav 10092 {
|
|||
}
|
||||
defineqav 10093 {
|
||||
file "qavs/BSTUP.QAV"
|
||||
interpolate {
|
||||
type "index"
|
||||
}
|
||||
}
|
||||
defineqav 10094 {
|
||||
file "qavs/BSTIDLE.QAV"
|
||||
interpolate {
|
||||
type "index"
|
||||
}
|
||||
}
|
||||
defineqav 10095 {
|
||||
file "qavs/BSTATAK1.QAV"
|
||||
interpolate {
|
||||
type "index"
|
||||
}
|
||||
}
|
||||
defineqav 10096 {
|
||||
file "qavs/BSTATAK2.QAV"
|
||||
interpolate {
|
||||
type "index"
|
||||
}
|
||||
}
|
||||
defineqav 10097 {
|
||||
file "qavs/BSTATAK3.QAV"
|
||||
interpolate {
|
||||
type "index"
|
||||
}
|
||||
}
|
||||
defineqav 10098 {
|
||||
file "qavs/BSTATAK4.QAV"
|
||||
interpolate {
|
||||
type "index"
|
||||
}
|
||||
}
|
||||
defineqav 10099 {
|
||||
file "qavs/BSTDOWN.QAV"
|
||||
interpolate {
|
||||
type "index"
|
||||
}
|
||||
}
|
||||
defineqav 10100 {
|
||||
file "qavs/VDUP.QAV"
|
||||
|
|
Loading…
Reference in a new issue