home · contact · privacy
-s takes optional argument: number of turn from which to start replay.
[plomrogue] / README
diff --git a/README b/README
index a395d4b981b33db68772e0ee8f2a3b78ddd625a2..beadb16c232866ed5808e95810dc7034fdeef0e7 100644 (file)
--- a/README
+++ b/README
@@ -59,4 +59,5 @@ Replay game recording
 Run "./roguelike -s" to watch a recording of the current game from the
 beginning. Hit the "next turn / wait" key to increment turns. Keys to
 manage windows, scroll on the map and quit the program are active; keys
-to perform player actions are inactive.
+to perform player actions are inactive. Append a number to the -s option
+(like "-s100") to start the recording at the respective turn number.