Mass reformatting (braces from next line)

This commit is contained in:
2014-12-15 11:09:56 -05:00
parent d7d08cbaa3
commit 5af865368f
34 changed files with 662 additions and 1277 deletions

View File

@@ -42,8 +42,7 @@ extern eGameMode overall_mode;
RECT startup_button[6];
// TODO: Always returns false, so make it void
bool handle_startup_press(location the_point)
{
bool handle_startup_press(location the_point) {
std::string scen_name;
short i,scen;
@@ -117,8 +116,7 @@ bool handle_startup_press(location the_point)
}
/*
void start_game ()
{
void start_game () {
init_party(0);
setup_outdoors(party.p_loc);