Fix use-warning (and potential bug)

This commit is contained in:
simon.kagstrom 2010-01-30 16:13:39 +00:00
parent 8febd41980
commit f445f4e739

View File

@ -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;