summaryrefslogtreecommitdiff
path: root/gamemode/cl_init.lua
diff options
context:
space:
mode:
authorApickx <Apickx@cogarr.org>2015-12-28 19:18:30 -0500
committerApickx <Apickx@cogarr.org>2015-12-28 19:18:30 -0500
commit868e729d68b5913716bfe5ddb512f4099851e9a2 (patch)
tree6441108754145dfd68a6e23bea382b5cb1ab63d5 /gamemode/cl_init.lua
downloadgearfox-master.tar.gz
gearfox-master.tar.bz2
gearfox-master.zip
Initial commitHEADmaster
Diffstat (limited to 'gamemode/cl_init.lua')
-rw-r--r--gamemode/cl_init.lua17
1 files changed, 17 insertions, 0 deletions
diff --git a/gamemode/cl_init.lua b/gamemode/cl_init.lua
new file mode 100644
index 0000000..abfaee7
--- /dev/null
+++ b/gamemode/cl_init.lua
@@ -0,0 +1,17 @@
+
+include( "shared.lua" )
+
+GM.UseMawChat = true
+GM.UseMawBlockCHud = true
+GM.UseMawSun = false
+
+function GM:Initialize()
+end
+
+function GM:ShouldDrawLocalPlayer()
+ return (!IsFirstPerson())
+end
+
+function GM:CallScreenClickHook()
+end
+