Skip to content

Commit

Permalink
Fix to bg2_chapter variable bug (2 of 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMWWallace committed May 7, 2019
1 parent 16cd6f0 commit 7541a54
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions wheels/lib/wheels_dialog.tpa
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
DEFINE_ACTION_FUNCTION wheels_dialog BEGIN
OUTER_SPRINT solar_journal @1020
ACTION_FOR_EACH dialog IN cutmel heads sarmeladd dw#melis balthadd0 balthadd balthadd2 sendaiadd0 sendaiadd abazadd0 abazadd elminadd solaradd0 solaradd BEGIN
WITH_TRA "%scs_tra_loc%/%dialog%.tra" BEGIN
COMPILE "%scsroot%/dialogues/%dialog%.d"
END
END
END
DEFINE_ACTION_FUNCTION wheels_dialog BEGIN
OUTER_SPRINT solar_journal @1020
ACTION_FOR_EACH dialog IN cutmel heads sarmeladd dw#melis balthadd0 balthadd balthadd2 sendaiadd0 sendaiadd abazadd0 abazadd elminadd solaradd0 solaradd BEGIN
WITH_TRA "%scs_tra_loc%/%dialog%.tra" BEGIN
COMPILE "%scsroot%/dialogues/%dialog%.d" EVALUATE_BUFFER
END
END
END

0 comments on commit 7541a54

Please sign in to comment.