Skip to content

Commit

Permalink
Fix Roze accidental undo. ,0 should remain.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roze committed Jun 27, 2024
1 parent a36ffd4 commit e52fb0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1785,7 +1785,7 @@ BeginFunc(getTimeTable, "Get Time Table", "Returns the timetable of this train."
Body()
timeTable = Ctx.GetTrace() / self->GetTimeTable();
} EndFunc()
BeginFunc(newTimeTable, "New Time Table", "Creates and returns a new timetable for this train.") {
BeginFunc(newTimeTable, "New Time Table", "Creates and returns a new timetable for this train.", 0) {
OutVal(0, RTrace<AFGRailroadTimeTable>, timeTable, "Time Table", "The new timetable for this train.")
Body()
timeTable = Ctx.GetTrace() / self->NewTimeTable();
Expand Down

0 comments on commit e52fb0e

Please sign in to comment.