Better indentation so I can see something.

This commit is contained in:
evilynux 2007-01-08 21:12:48 +00:00
parent b79a3f067b
commit 9c85d0f3d0
1 changed files with 83 additions and 87 deletions

View File

@ -14,10 +14,10 @@ volatile BOOL execute = FALSE;
SDL_Surface * surface;
SoundInterface_struct *SNDCoreList[] = {
&SNDDummy,
&SNDFile,
&SNDSDL,
NULL
&SNDDummy,
&SNDFile,
&SNDSDL,
NULL
};
int Draw() {
@ -55,11 +55,11 @@ int main(int argc, char ** argv) {
return 2;
}
/* // This has to get fixed yet
/* // This has to get fixed yet
strcpy(szRomPath, dirname(argv[1]));
cflash_close();
cflash_init();
*/
*/
execute = TRUE;
@ -69,10 +69,6 @@ int main(int argc, char ** argv) {
surface = SDL_SetVideoMode(256, 384, 32, SDL_SWSURFACE);
while(!end) {
keypad=0x0000;
Uint8 *keys;