Skip to content

Commit

Permalink
MegaZeux 2.69c release.
Browse files Browse the repository at this point in the history
  • Loading branch information
adelva1984 committed Aug 11, 2008
1 parent a4001e3 commit a405f15
Show file tree
Hide file tree
Showing 25 changed files with 3,428 additions and 753 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -33,7 +33,7 @@ graphics.obj helpsys.obj hexchar.obj idarray.obj idput.obj intake.obj \
main.obj meminter.obj meter.obj mouse.obj mstring.obj mzm.obj new_mod.obj \
palette.obj pal_ed.obj param.obj password.obj random.obj retrace.obj \
roballoc.obj runrobot.obj runrobo2.obj saveload.obj scrdisp.obj scrdump.obj \
sfx.obj sfx_edit.obj sprite.obj string.obj timer.obj window.obj
sfx.obj sfx_edit.obj sprite.obj string.obj timer.obj window.obj vlayer.obj

#
# I'd rather this wasn't necessary, but I can't think of a way either in
Expand All @@ -49,7 +49,7 @@ graphics.obj+helpsys.obj+hexchar.obj+idarray.obj+idput.obj+intake.obj+\
main.obj+meminter.obj+meter.obj+mouse.obj+mstring.obj+mzm.obj+new_mod.obj+\
palette.obj+pal_ed.obj+param.obj+password.obj+random.obj+retrace.obj+\
roballoc.obj+runrobot.obj+runrobo2.obj+saveload.obj+scrdisp.obj+scrdump.obj+\
sfx.obj+sfx_edit.obj+sprite.obj+string.obj+timer.obj+window.obj
sfx.obj+sfx_edit.obj+sprite.obj+string.obj+timer.obj+window.obj+vlayer.obj

all: megazeux.exe fix.exe getpw.exe killgbl.exe txt2hlp.exe ver1to2.exe

Expand Down
2 changes: 1 addition & 1 deletion block.cpp
Expand Up @@ -143,7 +143,7 @@ char ed_types[3]={ DE_INPUT,DE_BUTTON,DE_BUTTON };
char ed_xs[3]={ 5,15,37 };
char ed_ys[3]={ 2,4,4 };
char far *ed_strs[3]={ NULL,"OK","Cancel" };
int ed_p1s[3]={ FILENAME_SIZE-1,0,1 };
int ed_p1s[3]={ 16,0,1 };
int ed_p2s=193;
void far *fe_ptr=NULL;
dialog e_di={ 10,8,69,14,NULL,3,ed_types,ed_xs,ed_ys,ed_strs,ed_p1s,
Expand Down

0 comments on commit a405f15

Please sign in to comment.