kart.c: removed warning

This commit is contained in:
Christian Kroll 2014-08-16 06:57:34 +02:00
parent 6057b6e3e8
commit c6fde40211
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ void kart_game(){
wait(WAIT);
}
snprintf(game_over, sizeof(game_over), "</#Game Over, Score: %i", cycle);
snprintf(game_over, sizeof(game_over), "</#Game Over, Score: %lu", cycle);
scrolltext(game_over);
}