Update of /cvsroot/decaldev/source/Inject
In directory sc8-pr-cvs1:/tmp/cvs-serv29052
Modified Files:
BarLayer.cpp
Log Message:
duh bug - i shouldnt code on no sleep :)
Index: BarLayer.cpp
===================================================================
RCS file: /cvsroot/decaldev/source/Inject/BarLayer.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** BarLayer.cpp 3 Jan 2003 00:55:21 -0000 1.11
--- BarLayer.cpp 3 Jan 2003 16:32:53 -0000 1.12
***************
*** 216,222 ****
// 308 - Extreme Right Edge - 418 - Past Radar
! int nVariableWidth = 308;
! if( m_bRadarDraw = false )
! nVariableWidth = 418;
int nWidth = sz.cx - ( nVariableWidth + 230 + m_TotalDelta );
--- 216,222 ----
// 308 - Extreme Right Edge - 418 - Past Radar
! int nVariableWidth = 418;
! if( m_bRadarDraw )
! nVariableWidth = 308;
int nWidth = sz.cx - ( nVariableWidth + 230 + m_TotalDelta );
|