Skip to content

Commit

Permalink
Bah stupid me for pushing before running unit tests. Fixed!
Browse files Browse the repository at this point in the history
  • Loading branch information
joethephish committed Sep 11, 2016
1 parent 5d0c19f commit 6360931
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ink-engine-runtime/JsonSerialisation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,8 @@ static Json()
_controlCommandNames [(int)ControlCommand.CommandType.NoOp] = "nop";
_controlCommandNames [(int)ControlCommand.CommandType.ChoiceCount] = "choiceCnt";
_controlCommandNames [(int)ControlCommand.CommandType.TurnsSince] = "turns";
_controlCommandNames [(int)ControlCommand.CommandType.Random] = "rnd";
_controlCommandNames [(int)ControlCommand.CommandType.SeedRandom] = "srnd";
_controlCommandNames [(int)ControlCommand.CommandType.VisitIndex] = "visit";
_controlCommandNames [(int)ControlCommand.CommandType.SequenceShuffleIndex] = "seq";
_controlCommandNames [(int)ControlCommand.CommandType.StartThread] = "thread";
Expand Down

0 comments on commit 6360931

Please sign in to comment.