Browse Source

Format source

pull/238/head
Anders Jenbo 7 years ago
parent
commit
dd8df33785
  1. 3
      Source/control.cpp
  2. 2
      Source/control.h

3
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;

2
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();

Loading…
Cancel
Save