- [FIX] Corregits un cabàs de warnings
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user