Files
@ r15769:4a935f419828
Branch filter:
Location: cpp/openttd-patchpack/source/src/zoom_type.h
r15769:4a935f419828
1.7 KiB
text/x-c
(svn r20453) -Codechange: Remove direct accesses to Window::hscroll, vscroll and vscroll2.
Note: All windows get individual members with the same names, which are initialised via Window::GetScrollbar(). This caching is not required at all, but simplifies conversion.
Note: All windows get individual members with the same names, which are initialised via Window::GetScrollbar(). This caching is not required at all, but simplifies conversion.