*** empty log message ***

This commit is contained in:
David Anderson 2006-02-05 04:20:30 +00:00
parent 0df187edcd
commit 35e8a67a48

View File

@ -29,6 +29,9 @@ forward plugin_pause();
/* Called when the plugin is unpaused. */ /* Called when the plugin is unpaused. */
forward plugin_unpause(); forward plugin_unpause();
/* Called when the mod tries to change the map. */
forward server_changelevel(map[]);
/* Function is called when all plugin_init from plugins /* Function is called when all plugin_init from plugins
* were called, so all commmands and cvars should be already registered. */ * were called, so all commmands and cvars should be already registered. */
forward plugin_cfg(); forward plugin_cfg();