main.c, reduce scope of `gotone'
This commit is contained in:
parent
6b2d6c67ca
commit
4484058cbe
|
|
@ -781,7 +781,6 @@ main(int argc, char **argv)
|
|||
{
|
||||
|
||||
#ifdef SIMULATOR
|
||||
bool gotone = FALSE;
|
||||
#else
|
||||
bool gdata = TRUE;
|
||||
#endif
|
||||
|
|
@ -1127,6 +1126,8 @@ main(int argc, char **argv)
|
|||
|
||||
} else {
|
||||
|
||||
bool gotone = FALSE;
|
||||
|
||||
cp_interactive = FALSE;
|
||||
|
||||
#ifdef FastRand
|
||||
|
|
|
|||
Loading…
Reference in New Issue