mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
put a comment in the right place
This commit is contained in:
parent
c34868c117
commit
5e993575a4
1 changed files with 1 additions and 2 deletions
|
@ -61,9 +61,8 @@ type_t type_float = { ev_float, &def_float };
|
|||
type_t type_vector = { ev_vector, &def_vector };
|
||||
type_t type_entity = { ev_entity, &def_entity };
|
||||
type_t type_field = { ev_field, &def_field };
|
||||
type_t type_function = { ev_function, &def_function, NULL, &type_void };
|
||||
|
||||
// type_function is a void() function used for state defs
|
||||
type_t type_function = { ev_function, &def_function, NULL, &type_void };
|
||||
type_t type_pointer = { ev_pointer, &def_pointer };
|
||||
|
||||
type_t type_floatfield = { ev_field, &def_field, NULL, &type_float };
|
||||
|
|
Loading…
Reference in a new issue