summaryrefslogtreecommitdiff
path: root/src/video
diff options
context:
space:
mode:
authorYexo <yexo@openttd.org>2020-06-01 11:25:58 +0200
committerYexo <t.marinussen@gmail.com>2020-06-01 12:44:02 +0200
commitf827bc8c1ae83ea4f71347da9c8cb0468f386452 (patch)
tree6a2a90ef3da9e5b20063e175cfb6adbcc13741d6 /src/video
parenta9b3312d1a4962d07a2e7976e8352c7113201a9e (diff)
downloadopenttd-f827bc8c1ae83ea4f71347da9c8cb0468f386452.tar.xz
Fix #8166: don't crash on loading an invalid roadtype newgrf
Initialization code for GRFFile::roadtype_map was copied from railtype_map. But while RailType is a byte-sized enum and could thus be initialized via memset, RoadType doesn't have a defined size.
Diffstat (limited to 'src/video')
0 files changed, 0 insertions, 0 deletions