| 145 | static inline int FORM_HANDLE(int counter, int slot) { return (((counter & 0xFF) << 16) + (slot & 0xFF)); } |
| 146 | |
| 147 | static inline int GET_SLOT(int handle) { return (handle & 0xFF); } |
| 148 | |
| 149 | spewinfo SpewEffects[MAX_SPEW_EFFECTS]; |
| 150 | int spew_count; |