Remove a random old comment and a #define from game.cpp
authorPerttu Ahola <celeron55@gmail.com>
Sat, 9 Jun 2012 10:40:07 +0000 (13:40 +0300)
committerPerttu Ahola <celeron55@gmail.com>
Sat, 9 Jun 2012 10:40:07 +0000 (13:40 +0300)
src/game.cpp

index 45c3a154850dd07ae1389409a39c70396000fa6b..485bcbb50914100d034a27fa5a3e3a72644dfe7e 100644 (file)
@@ -62,17 +62,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "event_manager.h"
 #include <list>
 
-/*
-       Setting this to 1 enables a special camera mode that forces
-       the renderers to think that the camera statically points from
-       the starting place to a static direction.
-
-       This allows one to move around with the player and see what
-       is actually drawn behind solid things and behind the player.
-*/
-#define FIELD_OF_VIEW_TEST 0
-
-
 /*
        Text input system
 */