mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
Minimal client compiles.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3005 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
62657c2494
commit
d73b9c0735
1 changed files with 2 additions and 0 deletions
|
@ -738,7 +738,9 @@ int CL_LoadModels(int stage)
|
||||||
|
|
||||||
R_CheckSky();
|
R_CheckSky();
|
||||||
|
|
||||||
|
#ifdef CSQC_DAT
|
||||||
CSQC_WorldLoaded();
|
CSQC_WorldLoaded();
|
||||||
|
#endif
|
||||||
|
|
||||||
endstage();
|
endstage();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue