Code Formatting
This commit is contained in:
parent
ac1a12ce0b
commit
fd5c530ca5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user