mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
Removed most of my thousands "WANNE" comments which goes back 2 years when I changed to higher resolutions. These were only internal comments for me, so they didn't include any useful meaning for others.
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@1172 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+1
-3
@@ -277,7 +277,6 @@ UINT32 OptionsScreenHandle()
|
||||
|
||||
HandleOptionsScreen();
|
||||
|
||||
// WANNE 2 <redraw>
|
||||
if( gfRedrawOptionsScreen )
|
||||
{
|
||||
RenderOptionsScreen();
|
||||
@@ -334,7 +333,7 @@ BOOLEAN EnterOptionsScreen()
|
||||
UINT8 cnt;
|
||||
UINT16 usTextWidth, usTextHeight;
|
||||
|
||||
// WANNE <do not draw the blackground back>
|
||||
// WANNE: Do not draw the blackground back
|
||||
//ColorFillVideoSurfaceArea( FRAME_BUFFER, 0, 0, SCREEN_WIDTH, SCREEN_HEIGHT, 0 );
|
||||
|
||||
//Default this to off
|
||||
@@ -774,7 +773,6 @@ void RenderOptionsScreen()
|
||||
//Display the Music text
|
||||
DisplayWrappedString( OPT_MUSIC_TEXT_X, OPT_MUSIC_TEXT_Y, OPT_SLIDER_TEXT_WIDTH, 2, OPT_SLIDER_FONT, OPT_MAIN_COLOR, zOptionsText[ OPT_MUSIC ], FONT_MCOLOR_BLACK, FALSE, CENTER_JUSTIFIED );
|
||||
|
||||
// WANNE <I think this is not used>
|
||||
InvalidateRegion( OPTIONS__TOP_LEFT_X, OPTIONS__TOP_LEFT_Y, OPTIONS__BOTTOM_RIGHT_X, OPTIONS__BOTTOM_RIGHT_Y);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user