diff options
| author | Teetime <anton.tsoulos@yahoo.de> | 2011-10-14 00:00:51 +0200 |
|---|---|---|
| committer | Teetime <anton.tsoulos@yahoo.de> | 2011-10-14 00:00:51 +0200 |
| commit | 274bf013ee6f320e3ce1066a07f3558e1ba6d0dd (patch) | |
| tree | 1e1fcffead946d27fae46cd2a2a6cab330755d6f /src/game/server/gamemodes/zcatch.cpp | |
| parent | 093a562302af1572132a2b8b7fa827f98f65a961 (diff) | |
| download | zcatch-274bf013ee6f320e3ce1066a07f3558e1ba6d0dd.tar.gz zcatch-274bf013ee6f320e3ce1066a07f3558e1ba6d0dd.zip | |
Updated copyright and corrected preprocessor define
Diffstat (limited to 'src/game/server/gamemodes/zcatch.cpp')
| -rw-r--r-- | src/game/server/gamemodes/zcatch.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/game/server/gamemodes/zcatch.cpp b/src/game/server/gamemodes/zcatch.cpp index 50618f67..4adae44c 100644 --- a/src/game/server/gamemodes/zcatch.cpp +++ b/src/game/server/gamemodes/zcatch.cpp @@ -1,5 +1,7 @@ -/* copyright (c) 2007 magnus auvinen, see licence.txt for more info */ -/* zCatch by erd_baer */ +/* (c) Magnus Auvinen. See licence.txt in the root of the distribution for more information. */ +/* If you are missing that file, acquire a complete release at teeworlds.com. */ +/* zCatch by erd and Teetime */ + #include <engine/server.h> #include <engine/shared/config.h> #include <game/server/entities/character.h> |