.
This commit is contained in:
parent
6f17b32564
commit
4524353015
2 changed files with 2 additions and 4 deletions
2
Makefile
2
Makefile
|
@ -67,7 +67,7 @@ endif
|
|||
CFLAGS += $(shell pkg-config --cflags ncursesw) -DNCURSES_WIDECHAR=1
|
||||
LIBS += $(shell pkg-config --libs ncursesw)
|
||||
|
||||
.PHONY: all clean clean-all pretty-code install
|
||||
.PHONY: all clean clean-all pretty-code install mrproper
|
||||
|
||||
all: dist/mkcard dist/checkrom dist/dump2rom dist/x48ng
|
||||
|
||||
|
|
|
@ -2029,9 +2029,7 @@ void sdl_menu_draw_nibble( word_20 addr, word_4 val )
|
|||
|
||||
void sdl_draw_annunc( void )
|
||||
{
|
||||
int val;
|
||||
|
||||
val = display.annunc;
|
||||
int val = display.annunc;
|
||||
|
||||
if ( val == last_annunc_state )
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue