mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-31 05:00:35 +00:00
Missed a class -> class pointer change.
This commit is contained in:
parent
cb0bc7229a
commit
9e06220dc5
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
struct obj_protocol_list {
|
||||
struct obj_protocol_list [] next;
|
||||
integer count;
|
||||
Protocol [1] list;
|
||||
Protocol[] [1] list;
|
||||
};
|
||||
|
||||
struct obj_method_description_list {
|
||||
|
|
Loading…
Reference in a new issue