manuals tidy tier 1: suffixes, params, switches, equals-default
This commit is contained in:
@@ -150,6 +150,8 @@ auto Prota::update() -> Uint8 {
|
||||
this->x--;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
if (dir == 4) {
|
||||
@@ -166,7 +168,7 @@ auto Prota::update() -> Uint8 {
|
||||
}
|
||||
}
|
||||
}
|
||||
eixir = 0u;
|
||||
eixir = 0U;
|
||||
} else {
|
||||
if (JG_GetCycleCounter() % this->cycles_per_frame == 0) {
|
||||
this->cur_frame++;
|
||||
|
||||
Reference in New Issue
Block a user