New year.
This commit is contained in:
parent
3e20932697
commit
94bef31c15
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
//
|
||||
/**@name clone.c - The main file. */
|
||||
/*
|
||||
** (c) Copyright 1998-2000 by Lutz Sammer
|
||||
** (c) Copyright 1998-2001 by Lutz Sammer
|
||||
**
|
||||
** $Id$
|
||||
*/
|
||||
|
@ -92,7 +92,7 @@ global char* FreeCraftLibPath; /// Path for data
|
|||
|
||||
/// Name, Version, Copyright
|
||||
global char NameLine[] =
|
||||
"FreeCraft V" VERSION ", (c) 1998-2000 by The FreeCraft Project.";
|
||||
"FreeCraft V" VERSION ", (c) 1998-2001 by The FreeCraft Project.";
|
||||
|
||||
/// Filename of the map to load
|
||||
local char* MapName = NULL;
|
||||
|
|
Loading…
Add table
Reference in a new issue