From dd8df3378513c0f6fe739704a69e0033d633a87d Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Mon, 26 Aug 2019 15:08:03 +0200 Subject: [PATCH] Format source --- Source/control.cpp | 3 ++- Source/control.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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();