mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 17:01:28 +00:00
- fixed overflow in first episode's end cutscene.
This commit is contained in:
parent
a5984ddc7c
commit
5d35d02c87
1 changed files with 2 additions and 1 deletions
|
@ -329,7 +329,8 @@ public:
|
|||
260, 290,VICTORY1 + 5,86,59,
|
||||
290, 320,VICTORY1 + 6,86,59,
|
||||
320, 350,VICTORY1 + 7,86,59,
|
||||
350, 380,VICTORY1 + 8,86,59
|
||||
350, 380,VICTORY1 + 8,86,59,
|
||||
350, 380,VICTORY1 + 8,86,59,
|
||||
};
|
||||
|
||||
auto translation = TRANSLATION(Translation_BasePalettes, ENDINGPAL);
|
||||
|
|
Loading…
Reference in a new issue