Skip to content

Commit

Permalink
Some more IMG style enhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
tumic0 committed Oct 9, 2024
1 parent 3474b8d commit 28a7e94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/map/IMG/style.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -441,10 +441,11 @@ void Style::defaultLineStyle(qreal ratio)
_lines[0x10a00] = _lines[TYPE(0x18)];
_lines[0x10a01] = _lines[TYPE(0x1f)];
_lines[0x10a02] = _lines[TYPE(0x26)];
_lines[0x10b02] = _lines[TYPE(0x1c)];
_lines[0x10b04] = _lines[TYPE(0x1e)];
_lines[0x10c00] = _lines[TYPE(0x14)];
_lines[0x10c02] = _lines[TYPE(0x27)];
//_lines[0x10c03] = _lines[TYPE(0x28)];
_lines[0x10c03] = _lines[TYPE(0x28)];
_lines[0x10c04] = _lines[TYPE(0x29)];

// Marine stuff
Expand Down

0 comments on commit 28a7e94

Please sign in to comment.