Switched record mode key to just 'R' to save time.

This commit is contained in:
Martin Haye 2020-08-24 09:56:50 -07:00
parent 1d2ee3ad13
commit 52837c1a35
2 changed files with 2 additions and 1 deletions

View File

@ -649,7 +649,7 @@ def _newOrLoadGame(ask)#1
displayMenu(existing)
fin
break
is 18 // ctrl-R
is 'R'
setRecordMode(1)
break
wend

View File

@ -1,5 +1,6 @@
#!/usr/bin/env ruby
print "R"
File.readlines(ARGV[0]).each do |line|
line.scan(/KEY:(.*?) SEED:/).each { |match| print $1 }
line.scan(/STRING:(.*)/).each { |match| puts $1 }