JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
config.h - Added debug() macro, fixed Makefile and sound.c to use it.
authorJoshua Grams <josh@qualdan.com>
Mon, 10 Jan 2005 22:14:52 +0000 (22:14 +0000)
committerJoshua Grams <josh@qualdan.com>
Mon, 10 Jan 2005 22:14:52 +0000 (22:14 +0000)
commit232d1b5f32a2d72f4d3fe7326f942bb7887a7f40
tree177080369d104787b3560d7c39b7ac1c40043ec0
parentf8a1bfd0744369a492554476fd8a57484c581a5b
config.h - Added debug() macro, fixed Makefile and sound.c to use it.
   Added debug.c debug.h to go along with this.
file.c - fixed bug in find_score_file (added strdup).
score.c (read_high_score_table) - removed initializers so we use values
        which are assigned to the global g_score.
Makefile
config.h
debug.c [new file with mode: 0644]
debug.h [new file with mode: 0644]
file.c
main.c
score.c
sound.c