forked from mirror/OpenTTD
(svn r1451) Fix some of the signed/unsigned comparison warnings
This commit is contained in:
@@ -213,7 +213,7 @@ static void AboutWindowProc(Window *w, WindowEvent *e)
|
||||
case WE_PAINT: {
|
||||
const char *str;
|
||||
char buffer[100];
|
||||
int i;
|
||||
uint i;
|
||||
int y = WP(w, general_d).j;
|
||||
DrawWindowWidgets(w);
|
||||
|
||||
|
Reference in New Issue
Block a user