forked from mirror/OpenTTD
(svn r11482) -Codechange: Remove the doubled function ClrBitT and rename the remaining to fit with the naming style
This commit is contained in:
@@ -163,7 +163,7 @@ void InitViewports()
|
||||
|
||||
void DeleteWindowViewport(Window *w)
|
||||
{
|
||||
CLRBIT(_active_viewports, w->viewport - _viewports);
|
||||
ClrBit(_active_viewports, w->viewport - _viewports);
|
||||
w->viewport->width = 0;
|
||||
w->viewport = NULL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user