[Super-tux-devel] --disable-music
Brought to you by:
wkendrick
|
From: Duong-Khang N. <neo...@us...> - 2003-12-26 13:31:52
|
Changes, fixes, adds:
Changes: clean up warning: src/setup.c:47:3: warning: "/*" within comment
Fixes: "setup.c" bug in creating "st_save_dir". It was probably a copy&paste
tiny bug :-)
Changes: "title.c" it's better reading the highscore only once.
Adds: command-line option "--disable-music" and menu option "music on/off".
Sorry for the coding-style :-), i'm used to:
if (blabla == something) {
instruction1;
}
else {
instruction2;
}
Adds: "menu.h" MENU_MAIN_ITEM_MAX and MENU_OPTIONS_ITEM_MAX
Suggestion: I think we shouldn't show the lives left during the game. It's
better to show them during the "resultscreen" with a little icon x number of
lives left like this
[icon here] X [number of lives left]
IMHO, the yellow-red-black tux looks "weird" :-) I vote for the little old
white-black-yellow tux ! What do u think BK ?
--
Never say if I could turn back the time,
life is going on !
|