mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Zwei Kommentare wieder rein
This commit is contained in:
parent
4845f6aa7d
commit
4c6be8421a
1 changed files with 7 additions and 0 deletions
|
@ -200,6 +200,9 @@ SmallestNode1(int numhnodes) {
|
|||
return bestnode;
|
||||
}
|
||||
|
||||
/*
|
||||
* Reads the 64k counts table and initializes the node trees
|
||||
*/
|
||||
void
|
||||
Huff1TableInit(void) {
|
||||
int prev;
|
||||
|
@ -406,6 +409,10 @@ SCR_RunCinematic(void) {
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* Returns true if a cinematic is active, meaning the
|
||||
* view rendering should be skipped
|
||||
*/
|
||||
qboolean
|
||||
SCR_DrawCinematic(void) {
|
||||
if (cl.cinematictime <= 0) {
|
||||
|
|
Loading…
Reference in a new issue