]> icculus.org git repositories - divverent/darkplaces.git/commit
-Its now possible to add support for other edict_private structs easily.
authorblack <black@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 12 Oct 2004 19:08:30 +0000 (19:08 +0000)
committerblack <black@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 12 Oct 2004 19:08:30 +0000 (19:08 +0000)
commit76cbbad5e17c26d91b2e751d203ca5f1a7dcc0ae
tree4b77d253fce9dfea2f28e4cb1d6a754c69e48e54
parentcd600a24266f3b063fb8775f717ffd3601a3c385
-Its now possible to add support for other edict_private structs easily.
(Note: You have to derive them by composition from the original one -
e.g. struct server_edict_private_s { prvm_edict_private_t base; ... };
or just copy the elements from prvm_edict_private_t into the new struct -
and add them to the anonymous union p in prvm_edict_t.)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4623 d7cf8633-e32d-0410-b094-e92efae38249
progsvm.h
prvm_cmds.c
prvm_edict.c