mirror of
https://github.com/yquake2/xatrix.git
synced 2025-04-19 08:41:23 +00:00
fix a divinely dumbassed mistake of global 'i' and 'corners' variables
Submitted by: Ozkan Sezer
This commit is contained in:
parent
8272c04046
commit
85c0dcb954
1 changed files with 0 additions and 3 deletions
|
@ -303,9 +303,6 @@ anglemod(float a)
|
|||
return a;
|
||||
}
|
||||
|
||||
int i;
|
||||
vec3_t corners[2];
|
||||
|
||||
/*
|
||||
* This is the slow, general version
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue