mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-19 07:20:50 +00:00
[cl_menu] Remove a stale FIXME
This commit is contained in:
parent
653eabfdbf
commit
1efbb2ab49
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ string_from_plist (PLString *plstring)
|
|||
local @param ret;
|
||||
local string str = [plstring string];
|
||||
|
||||
ret = nil; //FIXME should be ret = nil;
|
||||
ret = nil;
|
||||
if (str_mid (str, 0, 1) == "[")
|
||||
return rect_from_plist (plstring);
|
||||
|
||||
|
|
Loading…
Reference in a new issue