reverted atoi

This commit is contained in:
farisawan-2000
2020-12-15 21:21:02 -05:00
parent 10e50664f0
commit 4692fba7e5
4 changed files with 47 additions and 7 deletions

View File

@@ -66,7 +66,7 @@ void s2d_print(int x, int y, const char *str, uObjMtx *buf) {
} while (*p != '\0');
myScale = 1;
myDegrees = 0;
saved_degrees = 0;
// saved_degrees = 0;
tx = 0;
ty = 0;
}