| 137 | } |
| 138 | |
| 139 | void oggstream::onsourcereassign(source *s) |
| 140 | { |
| 141 | // should NEVER happen because streams do have the highest priority, see constructor |
| 142 | ASSERT(0); |
| 143 | if(src && src==s) |
| 144 | { |
| 145 | reset(); |
| 146 | src = NULL; |
| 147 | } |
| 148 | } |
| 149 | |
| 150 | bool oggstream::stream(ALuint bufid) |
| 151 | { |