1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-07-17 08:22:49 +00:00

rogueviz::ads:: fix the bug with incorrect timeshift in DS in tour

This commit is contained in:
Zeno Rogue 2025-04-08 13:21:58 +02:00
parent da5c7cc245
commit 019711f818

View File

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