mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-02-17 01:21:12 +00:00
Fix a divinely dumbassed mistake of global 'i' and 'corners' variables.
Submitted by: Ozkan Sezer
This commit is contained in:
parent
19cf5a63c7
commit
cfefe0c00c
1 changed files with 0 additions and 3 deletions
|
@ -321,9 +321,6 @@ anglemod(float a)
|
|||
return a;
|
||||
}
|
||||
|
||||
int i;
|
||||
vec3_t corners[2];
|
||||
|
||||
/*
|
||||
* This is the slow, general version
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue