Opened 14 years ago
Closed 14 years ago
#212 closed bug (fixed)
Duplicate special levels in AoH
Reported by: | tehtmi | Owned by: | epyon |
---|---|---|---|
Priority: | minor | Milestone: | 0.9.9.5 |
Component: | engine | Version: | 0.9.9.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Angel of Haste uses the OnLoad? hook to generate a custom floors list.
When continuing from a saved Angel of Haste game, the OnLoad? hook is called again after loading the special level list from the save game file, regenerating a new floors list from scratch. As a result, it is possible to encounter the same special more than once.
Currently, OnLoad? hooks are pretty much only used to manipulate the floors array, so they may not need to be called when loading a saved game.
Alternately, the saved game floors list might could be loaded after calling the challenge's hook.
Change History (2)
comment:1 Changed 14 years ago by epyon
- Milestone changed from 0.9.9.4 to 0.9.9.5
- Status changed from new to assigned
comment:2 Changed 14 years ago by epyon
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.