mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Remove a random old comment and a #define from game.cpp
This commit is contained in:
parent
f7147d9c0a
commit
7ba72f2763
1 changed files with 0 additions and 11 deletions
11
src/game.cpp
11
src/game.cpp
|
@ -62,17 +62,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
#include "event_manager.h"
|
#include "event_manager.h"
|
||||||
#include <list>
|
#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
|
Text input system
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue