]> git.mxchange.org Git - quix0rs-blobwars.git/blobdiff - src/player.h
Fix all issues found by the Clang Static Analyzer.
[quix0rs-blobwars.git] / src / player.h
index a2f997ea086fe98bdb09e63e5137fda2f959eff1..9ee26c9961a6cf7e05e0fea6b8c0007f34d9eb95 100644 (file)
@@ -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
@@ -36,6 +37,7 @@ extern Engine engine;
 extern Game game;
 extern Graphics graphics;
 extern Map map;
+extern MedalServer medalServer;
 
 extern Entity player;
 extern Weapon weapon[MAX_WEAPONS];