3.3.2 to 3.4.0

This commit is contained in:
nethack.allison
2002-02-04 16:11:00 +00:00
parent 06528d1002
commit 742e1e8c90
178 changed files with 232 additions and 232 deletions

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)tile2bin.c 3.3 95/01/26 */
/* SCCS Id: @(#)tile2bin.c 3.4 1995/01/26 */
/* Copyright (c) NetHack PC Development Team 1993, 1994, 1995 */
/* NetHack may be freely redistributed. See license for details. */
@@ -169,7 +169,7 @@ char *argv[];
# endif
strncpy(tibheader.ident,
"NetHack 3.3 MSDOS Port binary tile file", 80);
"NetHack 3.4 MSDOS Port binary tile file", 80);
strncpy(tibheader.timestamp, asctime(newtime), 24);
tibheader.timestamp[25] = '\0';
tibheader.tilecount = tilecount;