(svn r5910) Fix some more warnings on MSVC by using (void*) casts. Followup of r5907.

This commit is contained in:
Darkvater
2006-08-15 09:28:27 +00:00
parent cb21b5b076
commit b13a60db42
6 changed files with 6 additions and 6 deletions

View File

@@ -1078,7 +1078,7 @@ static void PlayerRoadVehWndProc(Window *w, WindowEvent *e)
break;
case WE_DESTROY:
free(vl->sort_list);
free((void*)vl->sort_list);
break;
case WE_TICK: /* resort the list every 20 seconds orso (10 days) */