Fixed compilation error on Linux (name conflicts, issue 132)
Load/Save: Fixed display of mount points and drives ("Select drive" button)
Started documenting global variables
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@698 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
4
divers.c
4
divers.c
@@ -105,8 +105,8 @@ void Hide_current_image_with_stencil(byte color, byte * stencil)
|
||||
{
|
||||
int nb_pixels=0; //ECX
|
||||
//al=color
|
||||
//edi=Screen
|
||||
byte* Pixel_Courant=Screen; //dl
|
||||
//edi=Screen_pixels
|
||||
byte* Pixel_Courant=Screen_pixels; //dl
|
||||
int i;
|
||||
|
||||
nb_pixels=Main_image_height*Main_image_width;
|
||||
|
||||
Reference in New Issue
Block a user