comparison src/cdrom/beos/SDL_syscdrom.cc @ 2735:204be4fc2726

Final merge of Google Summer of Code 2008 work... Port SDL 1.3 to the Nintendo DS by Darren Alton, mentored by Sam Lantinga
author Sam Lantinga <slouken@libsdl.org>
date Wed, 27 Aug 2008 15:10:03 +0000
parents c121d94672cb
children 99210400e8b9
comparison
equal deleted inserted replaced
2734:dd25eabe441c 2735:204be4fc2726
191 if (delim) { 191 if (delim) {
192 SDLcdrom = delim; 192 SDLcdrom = delim;
193 } else { 193 } else {
194 SDLcdrom = NULL; 194 SDLcdrom = NULL;
195 } 195 }
196 } 196 } while (SDLcdrom);
197 while (SDLcdrom);
198 SDL_stack_free(cdpath); 197 SDL_stack_free(cdpath);
199 } 198 }
200 199
201 /* If we found our drives, there's nothing left to do */ 200 /* If we found our drives, there's nothing left to do */
202 if (SDL_numcds > 0) { 201 if (SDL_numcds > 0) {