Code Formatting

This commit is contained in:
Armando Rivera 2013-11-09 00:26:26 -05:00
parent ac1a12ce0b
commit fd5c530ca5

View File

@ -66,7 +66,6 @@ MAIN
SELECT (event.type) BEGIN
CASE KEYDOWN:
SELECT (event.key.keysym.sym) BEGIN
CASE SDLK_w:
p1_vel = VEL_NEG;
ENDCASE
@ -205,7 +204,7 @@ MAIN
RenderPresent(renderer);
Delay(delay);
}
WEND
Quit();
RETURN 0;