Compiler warning fixes for Windows message box code.

This commit is contained in:
Ryan C. Gordon 2013-04-03 11:48:03 -04:00
parent 9baec7cd8b
commit b58d643086

View file

@ -164,7 +164,7 @@ static SDL_bool AddDialogString(WIN_DialogData *dialog, const char *string)
static int s_BaseUnitsX;
static int s_BaseUnitsY;
static void Vec2ToDLU(WORD* x, WORD* y)
static void Vec2ToDLU(short *x, short *y)
{
SDL_assert(s_BaseUnitsX != 0); // we init in WIN_ShowMessageBox(), which is the only public function...