mirror of
https://github.com/HarbourMasters/Starship
synced 2026-06-07 04:07:38 -04:00
func_8008BCBC
This commit is contained in:
+4
-4
@@ -132,13 +132,13 @@ void func_8008BC80(void) {
|
||||
s32 func_8008BCBC(s32 arg0) {
|
||||
s32 temp = 10;
|
||||
s32 ret;
|
||||
|
||||
|
||||
if (arg0 < 0) {
|
||||
arg0 = (s64) -arg0;
|
||||
arg0 = (s64)-arg0;
|
||||
}
|
||||
|
||||
|
||||
ret = 1;
|
||||
|
||||
|
||||
while (arg0 >= temp) {
|
||||
ret++;
|
||||
temp *= 10;
|
||||
|
||||
Reference in New Issue
Block a user