add some Ep3 command notes

This commit is contained in:
Martin Michelsen
2025-10-22 19:47:23 -07:00
parent be4c7f80cb
commit 01b1f42bac
8 changed files with 102 additions and 75 deletions
+1 -1
View File
@@ -4737,7 +4737,7 @@ shared_ptr<Lobby> create_game_generic(
if (quest_flag_rewrites && !quest_flag_rewrites->empty()) {
IntegralExpression::Env env = {
.flags = &p->quest_flags.for_difficulty(difficulty),
.flags = &p->quest_flags.array(difficulty),
.challenge_records = &p->challenge_records,
.team = creator_c->team(),
.num_players = 1,