Chameleon

Chameleon Commit Details

Date:2011-02-09 06:04:17 (13 years 2 months ago)
Author:Evan Lojewski
Commit:736
Parents: 735
Message:fixed #endif location.
Changes:
M/branches/meklort/i386/boot2/boot.c

File differences

branches/meklort/i386/boot2/boot.c
198198
199199
200200
201
202
203201
202
204203
205204
206205
// Draw gray screen. NOTE: no boot image, that's in the gui module
#ifndef OPTION_ROM
if(!gVerboseMode) drawColorRectangle(0, 0, DEFAULT_SCREEN_WIDTH, DEFAULT_SCREEN_HEIGHT, 0x01);
setVideoMode( GRAPHICS_MODE, 0 );
#endif
setVideoMode( GRAPHICS_MODE, 0 );
}

Archive Download the corresponding diff file

Revision: 736