mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-13 13:21:31 +00:00
Fixed a warning
This commit is contained in:
parent
e9cb6d0331
commit
005485cf9c
1 changed files with 1 additions and 1 deletions
|
@ -1104,7 +1104,7 @@ void HU_Drawer(void)
|
||||||
{
|
{
|
||||||
static UINT32 resynch_ticker = 0;
|
static UINT32 resynch_ticker = 0;
|
||||||
char resynch_text[14];
|
char resynch_text[14];
|
||||||
INT32 i;
|
UINT32 i;
|
||||||
|
|
||||||
// Animate the dots
|
// Animate the dots
|
||||||
resynch_ticker++;
|
resynch_ticker++;
|
||||||
|
|
Loading…
Reference in a new issue