From 5d35d02c8714f42596a14b1d3813caa7635b0a64 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 27 Sep 2020 18:04:41 +0200 Subject: [PATCH] - fixed overflow in first episode's end cutscene. --- source/games/duke/src/2d_d.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/games/duke/src/2d_d.cpp b/source/games/duke/src/2d_d.cpp index 0efe5862f..7af4f512d 100644 --- a/source/games/duke/src/2d_d.cpp +++ b/source/games/duke/src/2d_d.cpp @@ -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);