Home
last modified time | relevance | path

Searched refs:last_vscroll_pos (Results 1 – 1 of 1) sorted by relevance

/dports/games/openttd/openttd-12.1/src/ai/
H A Dai_gui.cpp1011 int last_vscroll_pos; ///< Last position of the scrolling. member
1092 this->last_vscroll_pos = 0; in AIDebugWindow()
1177 if (this->last_vscroll_pos != this->vscroll->GetPosition()) { in OnPaint()
1190 this->last_vscroll_pos = this->vscroll->GetPosition(); in OnPaint()
1272 this->last_vscroll_pos = this->vscroll->GetPosition(); in ChangeToAI()