Files
@ r27524:9bc6967f2b31
Branch filter:
Location: cpp/openttd-patchpack/source/src/depot_base.h
r27524:9bc6967f2b31
1.5 KiB
text/x-c
Codechange: Reorganise hotkey initialisation. (#10951)
Hotkeys are now initialized inline, and use std::vector instead of
separate static C-arrays and std::string instead of char *. The list end
marker is no longer required.
Hotkeys are now initialized inline, and use std::vector instead of
separate static C-arrays and std::string instead of char *. The list end
marker is no longer required.