Files
@ r23783:906f2fc799bf
Branch filter:
Location: cpp/openttd-patchpack/source/bin/ai/compat_1.8.nut
r23783:906f2fc799bf
1.0 KiB
text/plain
Fix: Narrowing cast in one storybook command
CompanyID is 8 bit wide, so this incorrect cast would make it impossible to create story page elements for pages past 255.
CompanyID is 8 bit wide, so this incorrect cast would make it impossible to create story page elements for pages past 255.