Files
Techmino/parts
Imple Lee fbf6e910a3 Fix a wierd bug (#1161)
Steps to reproduce:
1. reset everything in custom game
2. restart the game
3. go to the custom game scene
4. go to the custom sequence scene and set a new sequence
5. leave the scene and go to the custom game scene
6. begin to clear

Unintended behavior:
The sequence is still the default old sequence (7-bag)

Intended behavior:
The sequence is the newly set sequence

Rationale:
The bug was introduced by #1139.
It deleted a line of `apply_locals()` which I wrongly believed that the custom modes will execute initialize() anyway, but it turned out initialization is only executed during the start of the whole game.
The patch is simple: just add back the deleted line
2024-10-18 00:45:37 +08:00
..
2023-09-16 01:35:20 +08:00
2024-09-03 21:12:32 +08:00
2024-07-01 23:14:13 +08:00
2024-09-03 21:21:22 +08:00
2024-08-26 11:20:48 +08:00
2024-10-14 23:36:31 +08:00
2024-10-18 00:45:37 +08:00
2024-01-22 00:03:08 +08:00
2024-08-10 14:42:18 +08:00
2024-09-03 21:12:32 +08:00
2024-09-03 21:12:32 +08:00
2022-10-03 02:43:51 +08:00
2024-08-03 01:45:37 +08:00
2024-09-11 20:31:41 +08:00
2024-10-14 23:51:46 +08:00
2024-04-29 11:05:15 +08:00
2022-10-01 11:32:11 +08:00
2022-10-03 02:43:51 +08:00
2023-11-08 22:23:01 +08:00
2024-08-01 21:47:25 +08:00
2022-10-23 23:31:16 +08:00
2022-10-03 02:43:51 +08:00