smyrna object_color: rephrase to make initialization of 'vis' more obvious
Auditing all call sites of this function reveals it is only ever called with
edges and nodes. But the compiler could not see enough to know this. On macOS,
Clang dutifully warns:
topviewfuncs.c:165:13: warning: variable 'vis' is used uninitialized whenever
'if' condition is false [-Wsometimes-uninitialized]