(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to the Window class and remove Window from their naming.
This commit is contained in:
@@ -709,7 +709,7 @@ public:
|
||||
}
|
||||
|
||||
SetDParam(0, this->vehicle->index);
|
||||
DrawWindowWidgets(this);
|
||||
this->DrawWidgets();
|
||||
|
||||
int y = 15;
|
||||
|
||||
|
Reference in New Issue
Block a user