Skip to content

Commit

Permalink
Code cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
nebiun committed Feb 21, 2024
1 parent 52b69a7 commit 6097068
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,8 @@ export HFILES := $(addsuffix .h,$(subst .,_,$(BINFILES)))
#---------------------------------------------------------------------------------
# build a list of include paths
#---------------------------------------------------------------------------------
INCLUDEDIR := $(foreach dir,$(LIBDIRS),$(dir $(wildcard $(dir)/include/*/)))
export INCLUDE := $(foreach dir,$(INCLUDES), -iquote $(CURDIR)/$(dir)) \
$(foreach dir,$(LIBDIRS),-I$(dir)/include) \
$(foreach dir,$(INCLUDEDIR),-I$(dir)) \
-I$(CURDIR)/include \
-I$(CURDIR)/$(BUILD) \
-I$(LIBOGC_INC)
Expand Down
3 changes: 2 additions & 1 deletion source/rip.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,8 @@ death(char monst)
int oldfont;
int start_line = 1;

purse -= purse / 10;
mpos = 0;
purse -= purse / 10;
clear();
killer = killname(monst, FALSE);
oldfont = md_setfont(MD_FONT_BIG);
Expand Down

0 comments on commit 6097068

Please sign in to comment.