diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2013-04-05 01:28:28 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2013-04-05 01:28:28 +0000 |
commit | 0b22743b3958bba7033adb66971e6af656e5f4b8 (patch) | |
tree | ced0b078a315bd04f1ebcabf11a509266e48e703 /games/battlestar/globals.c | |
parent | fd5d47d0cd3d114ad5feeb958841fc6aff7f276f (diff) |
this doesn't need to be time_t ok deraadt
Diffstat (limited to 'games/battlestar/globals.c')
-rw-r--r-- | games/battlestar/globals.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/battlestar/globals.c b/games/battlestar/globals.c index cd8d62d17db..72fdc9e741d 100644 --- a/games/battlestar/globals.c +++ b/games/battlestar/globals.c @@ -1,4 +1,4 @@ -/* $OpenBSD: globals.c,v 1.13 2009/10/27 23:59:24 deraadt Exp $ */ +/* $OpenBSD: globals.c,v 1.14 2013/04/05 01:28:27 tedu Exp $ */ /* $NetBSD: globals.c,v 1.3 1995/03/21 15:07:32 cgd Exp $ */ /* @@ -242,7 +242,7 @@ int wordcount, wordnumber; int stop_cypher; /* continue parsing the current line? */ /* state of the game */ -time_t ourtime; +int ourtime; int position; int direction; int left, right, ahead, back; |