diff --git a/Source/control.cpp b/Source/control.cpp index 93fd773bf..e31fec1eb 100644 --- a/Source/control.cpp +++ b/Source/control.cpp @@ -1944,7 +1944,8 @@ void control_set_gold_curs(int pnum) } void DrawTalkPan() -{ int i, off, talk_btn, color, nCel, x; +{ + int i, off, talk_btn, color, nCel, x; char *msg; off = 0; diff --git a/Source/control.h b/Source/control.h index bd9bc8941..6a15e3189 100644 --- a/Source/control.h +++ b/Source/control.h @@ -89,7 +89,7 @@ void control_draw_info_str(); void control_print_info_str(int y, char *str, BOOL center, int lines); void PrintGameStr(int x, int y, char *str, int color); void DrawChr(); -#define ADD_PlrStringXY(x, y, width, pszStr, col) MY_PlrStringXY(x, y, width, pszStr, col, 1) +#define ADD_PlrStringXY(x, y, width, pszStr, col) MY_PlrStringXY(x, y, width, pszStr, col, 1) void MY_PlrStringXY(int x, int y, int width, char *pszStr, char col, int base); void CheckLvlBtn(); void ReleaseLvlBtn();