mirror of
https://github.com/nzp-team/dquakeplus.git
synced 2025-01-31 11:40:36 +00:00
CTR: Fix missing last_lightmap_allocated def
This commit is contained in:
parent
8ec6018ba2
commit
7482eb077f
1 changed files with 1 additions and 0 deletions
|
@ -1521,6 +1521,7 @@ void R_MarkLeaves (void)
|
|||
AllocBlock -- returns a texture number and the position inside it
|
||||
========================
|
||||
*/
|
||||
int last_lightmap_allocated; // ericw -- optimization: remember the index of the last lightmap AllocBlock stored a surf in
|
||||
int AllocBlock (int w, int h, int *x, int *y)
|
||||
{
|
||||
int i, j;
|
||||
|
|
Loading…
Reference in a new issue