changed the API - funcid_t is now index only rather than a code address

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40353
This commit is contained in:
David Anderson
2007-01-25 06:21:20 +00:00
parent f9a5920e5b
commit 2129bb6d92
7 changed files with 18 additions and 54 deletions
+1
View File
@@ -19,6 +19,7 @@ enum AdminFlag
Admin_Password, /* Set a server password */
Admin_RCON, /* Use RCON */
Admin_Cheats, /* Change sv_cheats and use its commands */
Admin_Root, /* Root access */
/* --- */
AdminFlags_TOTAL,
};