mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
[ruamoko] Remove a stale FIXME
This was fixed when pr_def_t was introduced. I missed the comment at the time.
This commit is contained in:
parent
9ccff74fcf
commit
bc4bea79cb
1 changed files with 1 additions and 1 deletions
|
@ -1625,7 +1625,7 @@ rua_PR_FindGlobal (progs_t *pr)
|
|||
R_POINTER (pr) = 0;
|
||||
def = PR_FindGlobal (pr, name);
|
||||
if (def)
|
||||
R_POINTER (pr) = def->ofs; //FIXME def's can't access > 32k
|
||||
R_POINTER (pr) = def->ofs;
|
||||
}
|
||||
|
||||
//====================================================================
|
||||
|
|
Loading…
Reference in a new issue