aboutsummaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-07-01 21:25:31 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-07-01 21:25:31 +0300
commit7b290660ead5e9cfc7ee2762217212ff995a6c85 (patch)
tree02418d6b8b00aafa719e89d4c6cfc5234b71c6b1 /src/client.h
parent71f5d4b3443c6ea770463838a2c84b85d9fa3b21 (diff)
downloadhax-minetest-server-7b290660ead5e9cfc7ee2762217212ff995a6c85.tar.gz
hax-minetest-server-7b290660ead5e9cfc7ee2762217212ff995a6c85.zip
made screen go slightly blue when underwater
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h
index bd838fee0..0150b687e 100644
--- a/src/client.h
+++ b/src/client.h
@@ -292,6 +292,15 @@ public:
{
return m_access_denied_reason;
}
+
+ /*
+ This should only be used for calling the special drawing stuff in
+ ClientEnvironment
+ */
+ ClientEnvironment * getEnv()
+ {
+ return &m_env;
+ }
private: