From 019711f818b424fae96a083e3f92226b89d3593d Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 8 Apr 2025 13:21:58 +0200 Subject: [PATCH] rogueviz::ads:: fix the bug with incorrect timeshift in DS in tour --- rogueviz/ads/ds-game.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rogueviz/ads/ds-game.cpp b/rogueviz/ads/ds-game.cpp index a5c1472c..85f045a6 100644 --- a/rogueviz/ads/ds-game.cpp +++ b/rogueviz/ads/ds-game.cpp @@ -236,6 +236,9 @@ void init_ds_game() { main_rock->shape = &shape_gold; main_rock->type = oMainRock; + // do not shift time + main_rock->pt_main.shift = 0; + /* also create shape_disk */ shape_disk.clear(); for(int d=0; d<=360; d += 15) {