]> git.mxchange.org Git - quix0rs-blobwars.git/blobdiff - src/defs.h
Prevent a segmentation fault when using the -map option without specifying a map.
[quix0rs-blobwars.git] / src / defs.h
old mode 100755 (executable)
new mode 100644 (file)
index d4e588d..c8b468f
@@ -1,5 +1,6 @@
 /*
-Copyright (C) 2004 Parallel Realities
+Copyright (C) 2004-2011 Parallel Realities
+Copyright (C) 2011-2015 Perpendicular Dimensions
 
 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License
@@ -372,7 +373,8 @@ enum {
        PAK_SOUND,
        PAK_MUSIC,
        PAK_DATA,
-       PAK_FONT
+       PAK_FONT,
+       PAK_TAGS
 };
 
 /* ############# debug ################## */