mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-20 17:31:08 +00:00
[ruamoko] Use the right index in disabled code
I have no idea why the code is disabled (especially considering the comment), so leaving it that way for now, but this makes the code compile when enabled.
This commit is contained in:
parent
2b25748cc4
commit
bcf80650f3
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@
|
|||
cause something else to happen).
|
||||
*/
|
||||
tmp = _objs[--count];
|
||||
_objs[i] = nil;
|
||||
_objs[count] = nil;
|
||||
[tmp release];
|
||||
}
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue