mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-10 21:55:11 +01:00
Fix use-warning (and potential bug)
This commit is contained in:
parent
8febd41980
commit
f445f4e739
@ -122,7 +122,7 @@ void Menu::draw(SDL_Surface *where, int x, int y, int w, int h)
|
||||
int n_pipe = 0;
|
||||
int total_chars = 0;
|
||||
int tw, th, tw_first;
|
||||
int n_chars;
|
||||
int n_chars = 0;
|
||||
char *p;
|
||||
int n;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user