New music for the main menu (Aleksi).
This commit is contained in:
parent
d0b6a42161
commit
9f88247416
6 changed files with 7 additions and 7 deletions
4
configure
vendored
4
configure
vendored
|
@ -8586,7 +8586,7 @@ LIBS=$OLD_LIBS
|
|||
#######################################################################
|
||||
|
||||
if test "x$lite" = "xno"; then
|
||||
if test -e "music/wesnoth-1.ogg" ; then
|
||||
if test -e "music/main_menu.ogg" ; then
|
||||
ac_ext=c
|
||||
ac_cpp='$CPP $CPPFLAGS'
|
||||
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
||||
|
@ -8623,7 +8623,7 @@ cat >>conftest.$ac_ext <<_ACEOF
|
|||
{
|
||||
char *music;
|
||||
|
||||
music = (char *) OGG_new("music/wesnoth-1.ogg");
|
||||
music = (char *) OGG_new("music/main_menu.ogg");
|
||||
if (music == NULL)
|
||||
exit(1);
|
||||
exit(0);
|
||||
|
|
|
@ -448,7 +448,7 @@ LIBS=$OLD_LIBS
|
|||
#######################################################################
|
||||
|
||||
if test "x$lite" = "xno"; then
|
||||
if test -e "music/wesnoth-1.ogg" ; then
|
||||
if test -e "music/main_menu.ogg" ; then
|
||||
AC_LANG([C])
|
||||
AC_MSG_CHECKING([for OGG support in SDL_mixer])
|
||||
|
||||
|
@ -469,7 +469,7 @@ if test "x$lite" = "xno"; then
|
|||
{
|
||||
char *music;
|
||||
|
||||
music = (char *) OGG_new("music/wesnoth-1.ogg");
|
||||
music = (char *) OGG_new("music/main_menu.ogg");
|
||||
if (music == NULL)
|
||||
exit(1);
|
||||
exit(0);
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
title="misc/title.png"
|
||||
logo="misc/logo.png"
|
||||
icon="wesnoth-icon.png"
|
||||
title_music="wesnoth-1.ogg"
|
||||
title_music="main_menu.ogg"
|
||||
|
||||
buttons_x=690
|
||||
buttons_y=320
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# XXX add all story graphics
|
||||
[story]
|
||||
[part]
|
||||
music=wesnoth-1.ogg
|
||||
music=wesnoth-1
|
||||
story= _ "It was the thirtieth year of Konrad II's reign, and there were strange events happening on the eastern border of Wesnoth."
|
||||
background=maps/eastern_invasion.png
|
||||
[/part]
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
next_scenario=null
|
||||
|
||||
music="wesnoth-1.ogg"
|
||||
music="wesnoth-1"
|
||||
|
||||
objectives="
|
||||
Victory:
|
||||
|
|
BIN
music/main_menu.ogg
Normal file
BIN
music/main_menu.ogg
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue