]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - libs/splines/q_parse.cpp
fix typo
[xonotic/netradiant.git] / libs / splines / q_parse.cpp
index 324cd29f81fa502c6a11892d351c9d727d6ecdb5..b856d59e3116902c10dbe8a6fc4a1ab793244c0a 100644 (file)
@@ -1,5 +1,5 @@
 /*
-   Copyright (C) 1999-2007 id Software, Inc. and contributors.
+   Copyright (C) 1999-2006 Id Software, Inc. and contributors.
    For a list of contributors, see the accompanying CONTRIBUTORS file.
 
    This file is part of GtkRadiant.
@@ -45,7 +45,7 @@ typedef struct {
        char parseFile[MAX_QPATH];
 } parseInfo_t;
 
-#define MAX_PARSE_INFO  16
+const int MAX_PARSE_INFO = 16;
 static parseInfo_t parseInfo[MAX_PARSE_INFO];
 static int parseInfoNum;
 static parseInfo_t  *pi = &parseInfo[0];