Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Compiler warning fixes for Windows message box code.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Apr 3, 2013
1 parent b4f52bf commit c1eee50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/windows/SDL_windowsmessagebox.c
Expand Up @@ -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...

Expand Down

0 comments on commit c1eee50

Please sign in to comment.