mirror of
https://github.com/1dot13/source.git
synced 2026-09-09 14:46:05 +02:00
remove scope and fix whitespace in RenderAtmPanel
This commit is contained in:
committed by
majcosta
parent
3d95c47356
commit
2eff78a2cf
@@ -5688,8 +5688,6 @@ BOOLEAN RenderAtmPanel( void )
|
|||||||
UINT32 uiBox = 0;
|
UINT32 uiBox = 0;
|
||||||
HVOBJECT hHandle;
|
HVOBJECT hHandle;
|
||||||
|
|
||||||
|
|
||||||
{
|
|
||||||
// just show basic panel
|
// just show basic panel
|
||||||
// bounding
|
// bounding
|
||||||
VObjectDesc.fCreateFlags=VOBJECT_CREATE_FROMFILE;
|
VObjectDesc.fCreateFlags=VOBJECT_CREATE_FROMFILE;
|
||||||
@@ -5710,7 +5708,7 @@ BOOLEAN RenderAtmPanel( void )
|
|||||||
|
|
||||||
// create destroy
|
// create destroy
|
||||||
CreateDestroyStartATMButton( );
|
CreateDestroyStartATMButton( );
|
||||||
}
|
|
||||||
return( TRUE );
|
return( TRUE );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user