summaryrefslogtreecommitdiffstats
path: root/games/rogue/machdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/rogue/machdep.c')
-rw-r--r--games/rogue/machdep.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/games/rogue/machdep.c b/games/rogue/machdep.c
index d539eaa..87266b1 100644
--- a/games/rogue/machdep.c
+++ b/games/rogue/machdep.c
@@ -60,7 +60,7 @@ static char sccsid[] = "@(#)machdep.c 8.1 (Berkeley) 5/31/93";
*
* All UNIX code should be included between the single "#ifdef UNIX" at the
* top of this file, and the "#endif" at the bottom.
- *
+ *
* To change a routine to include a new UNIX system, simply #ifdef the
* existing routine, as in the following example:
*
@@ -291,7 +291,7 @@ char *fname;
* system doesn't provide all of the time units requested here, then you
* can provide only those that it does, and return zeros for the others.
* If you cannot provide good time values, then users may be able to copy
- * saved-game files and play them.
+ * saved-game files and play them.
*/
md_gct(rt_buf)
@@ -322,7 +322,7 @@ struct rogue_time *rt_buf;
* exactly the same here.
* Or if md_gct() is implemented correctly, but your system does not provide
* file modification dates, you may return some date far in the past so
- * that the program will never know that a saved-game file being modified.
+ * that the program will never know that a saved-game file being modified.
* You may also do this if you wish to be able to restore games from
* saved-games that have been modified.
*/
@@ -481,7 +481,7 @@ int n;
* You need to find some single random integer, such as:
* process id.
* current time (minutes + seconds) returned from md_gct(), if implemented.
- *
+ *
* It will not help to return "get_rand()" or "rand()" or the return value of
* any pseudo-RNG. If you don't have a random number, you can just return 1,
* but this means your games will ALWAYS start the same way, and will play
@@ -591,7 +591,7 @@ char *shell;
* program is compiled with CURSES defined to use the enclosed curses
* emulation package. If you are not using this, then this routine is
* totally unnecessary.
- *
+ *
* Notice that information is saved between calls. This is used to
* restore the terminal to an initial saved state.
*
OpenPOWER on IntegriCloud