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) {