diff options
| author | Jakob Fries <jakob.fries@gmail.com> | 2008-02-02 11:10:46 +0000 |
|---|---|---|
| committer | Jakob Fries <jakob.fries@gmail.com> | 2008-02-02 11:10:46 +0000 |
| commit | 307c2cfae8fd678b10235bdc0c1a8cfc7da6adae (patch) | |
| tree | a4700c1fb51fa29cf0c49160c6dca359483d9187 /src/game | |
| parent | e2de77ea14d131ac4a92ed2f947d7b34715886fa (diff) | |
| download | zcatch-307c2cfae8fd678b10235bdc0c1a8cfc7da6adae.tar.gz zcatch-307c2cfae8fd678b10235bdc0c1a8cfc7da6adae.zip | |
removed redudant constant
Diffstat (limited to 'src/game')
| -rw-r--r-- | src/game/client/gc_console.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/game/client/gc_console.cpp b/src/game/client/gc_console.cpp index f6e881df..b8f090ea 100644 --- a/src/game/client/gc_console.cpp +++ b/src/game/client/gc_console.cpp @@ -16,10 +16,6 @@ extern "C" { #include "../g_version.h" -#ifndef M_PI -#define M_PI 3.14159265358979323846 -#endif - enum { CONSOLE_CLOSED, |