Removing spaces at end of lines.
This commit is contained in:
@@ -445,7 +445,7 @@ struct early_opt {
|
|||||||
/* instance_globals holds engine state that does not need to be
|
/* instance_globals holds engine state that does not need to be
|
||||||
* persisted upon game exit. The initialization state is well defined
|
* persisted upon game exit. The initialization state is well defined
|
||||||
* an set in decl.c during early early engine initialization.
|
* an set in decl.c during early early engine initialization.
|
||||||
*
|
*
|
||||||
* unlike instance_flags, values in the structure can be of any type. */
|
* unlike instance_flags, values in the structure can be of any type. */
|
||||||
|
|
||||||
struct instance_globals {
|
struct instance_globals {
|
||||||
@@ -515,7 +515,7 @@ struct instance_globals {
|
|||||||
unsigned long true_rumor_start; /* rumor start offsets are unsigned because
|
unsigned long true_rumor_start; /* rumor start offsets are unsigned because
|
||||||
they're handled via %lx format */
|
they're handled via %lx format */
|
||||||
unsigned long false_rumor_start;
|
unsigned long false_rumor_start;
|
||||||
long true_rumor_end; /* rumor end offsets are signed because they're
|
long true_rumor_end; /* rumor end offsets are signed because they're
|
||||||
compared with [dlb_]ftell() */
|
compared with [dlb_]ftell() */
|
||||||
long false_rumor_end;
|
long false_rumor_end;
|
||||||
int oracle_flg; /* -1=>don't use, 0=>need init, 1=>init done */
|
int oracle_flg; /* -1=>don't use, 0=>need init, 1=>init done */
|
||||||
@@ -535,7 +535,7 @@ struct instance_globals {
|
|||||||
short nocreate2;
|
short nocreate2;
|
||||||
short nocreate3;
|
short nocreate3;
|
||||||
short nocreate4;
|
short nocreate4;
|
||||||
/* uhitm.c */
|
/* uhitm.c */
|
||||||
boolean override_confirmation; /* Used to flag attacks caused by
|
boolean override_confirmation; /* Used to flag attacks caused by
|
||||||
Stormbringer's maliciousness. */
|
Stormbringer's maliciousness. */
|
||||||
/* weapon.c */
|
/* weapon.c */
|
||||||
|
|||||||
@@ -413,8 +413,8 @@ const struct instance_globals g_init = {
|
|||||||
|
|
||||||
struct instance_globals g;
|
struct instance_globals g;
|
||||||
|
|
||||||
void
|
void
|
||||||
decl_globals_init()
|
decl_globals_init()
|
||||||
{
|
{
|
||||||
g = g_init;
|
g = g_init;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user