- [FIX] Corregits un cabàs de warnings

This commit is contained in:
2026-05-16 09:06:34 +02:00
parent ae0ff0bd62
commit bb00507733
6 changed files with 10 additions and 119 deletions
+2 -2
View File
@@ -311,7 +311,7 @@ int main(int argc,char*argv[]) {
debug_cursor_blink--;
if (debug_cursor_blink == 0) {
debug_cursor_blink = 60;
const int pos = cursor_x+cursor_y*screen_width;
//const int pos = cursor_x+cursor_y*screen_width;
//char_screen[pos] = char_screen[pos]==32 ? 95 : 32;
}
loop();
@@ -600,7 +600,7 @@ void pdebug() {
}
}
*/
int cmd_index = 0;
unsigned int cmd_index = 0;
void debug_get_cmd() {
char_screen[cursor_x+cursor_y*screen_width] = 0;
//char *tmp = (char*)&char_screen[1+cursor_y*screen_width];