Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replay scenario list (Fix #392) #395

Merged
merged 2 commits into from
Aug 9, 2024

Conversation

NQNStudios
Copy link
Collaborator

Fix #392 by implementing the system @CelticMinstrel suggested

scen_headers.push_back(scen_head);
}else{
scen_header_type missing_scen;
missing_scen.intro_pic = missing_scen.rating = missing_scen.difficulty = 0;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Which icon is this actually? The cave one?

@CelticMinstrel CelticMinstrel merged commit f8d319c into calref:master Aug 9, 2024
6 checks passed
@NQNStudios NQNStudios deleted the replay-scenario-list branch September 8, 2024 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Scenario list is also non-deterministic in replays
2 participants