Bug #1208 ยป 0018-tileset_read_toplevel-Initialize-vsup-variable.patch
client/tilespec.c | ||
---|---|---|
t->ts_topo_idx = ts_topology_index(topo);
|
||
/* Needed for older compilers to not give "used uninitialized" warning */
|
||
vsup = FALSE;
|
||
switch (t->type) {
|
||
case TS_ISOMETRIC:
|
||
vsup = gui_properties.views.isometric;
|