tangstad/helds
tangstad
/
helds
Archived
1
0
Fork 0

Added blank lines.

This commit is contained in:
Einar Ryeng 2007-03-09 15:03:02 +00:00
parent d7bae4dc3f
commit c49e177fa6
1 changed files with 2 additions and 0 deletions

View File

@ -115,11 +115,13 @@ public:
angle -= 512;
}
}
void speedup() {
if (speed<30) {
speed += 1;
}
}
void slowdown() {
if (speed>0) {
speed -= 1;