Fixed shadow in F1-Menu and fixed some warnings.
This commit is contained in:
@@ -649,7 +649,7 @@ NEWSYM menudrawbox16b
|
|||||||
add esi,[vidbuffer]
|
add esi,[vidbuffer]
|
||||||
add esi,[MenuDisplace16]
|
add esi,[MenuDisplace16]
|
||||||
mov ecx,150
|
mov ecx,150
|
||||||
mov al,85
|
mov al,95
|
||||||
mov ah,5
|
mov ah,5
|
||||||
.loop16b2
|
.loop16b2
|
||||||
mov dx,[esi]
|
mov dx,[esi]
|
||||||
|
|||||||
@@ -34,6 +34,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|||||||
#ifdef __WIN32__
|
#ifdef __WIN32__
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <io.h>
|
#include <io.h>
|
||||||
|
#include <direct.h>
|
||||||
#else
|
#else
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user