Skip to content

Commit

Permalink
Play 5 characters in debug files
Browse files Browse the repository at this point in the history
This fixes #52
  • Loading branch information
nomeata committed Mar 3, 2014
1 parent 559f449 commit 580c75e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tttool.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1361,8 +1361,8 @@ debugGame productID = do
, ttScripts = [
(oid, Just [line])
| oid <- [1..15000]
, let chars = [oid `div` 10^p `mod` 10| p <-[3,2,1,0]]
, let line = Line 0 [] [Play n | n <- [0..4]] ([10] ++ chars)
, let chars = [oid `div` 10^p `mod` 10| p <-[4,3,2,1,0]]
, let line = Line 0 [] [Play n | n <- [0..5]] ([10] ++ chars)
]
, ttGames = []
, ttAudioFiles = files
Expand Down

0 comments on commit 580c75e

Please sign in to comment.