Fixed shadow in F1-Menu and fixed some warnings.

This commit is contained in:
jbo_85
2006-03-12 03:06:03 +00:00
parent f70b2fe757
commit aecbae56fb
2 changed files with 2 additions and 1 deletions

View File

@@ -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]

View File

@@ -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