summaryrefslogtreecommitdiff
path: root/source/cl_main.c
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2010-02-28 19:41:35 +0000
committerAndrey Nazarov <skuller@skuller.net>2010-02-28 19:41:35 +0000
commitf73160ca01dd262d2031890e697dd63963f4bc8b (patch)
treef7acfadeeb5c57568190ac616da4849eed689ddd /source/cl_main.c
parent7e48fd890309c7d2bd2176e6df1ed0cc661bcb6f (diff)
Moved some fx code to where it really belongs.
Diffstat (limited to 'source/cl_main.c')
-rw-r--r--source/cl_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/cl_main.c b/source/cl_main.c
index e9da85c..7fc972c 100644
--- a/source/cl_main.c
+++ b/source/cl_main.c
@@ -2523,6 +2523,7 @@ static void CL_InitLocal ( void ) {
LOC_Init();
CL_InitAscii();
CL_InitEffects();
+ CL_InitTEnts();
Cmd_Register( c_client );