From: Matthew Mondor Date: Mon, 8 Jan 2007 09:45:38 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: pgsql-branch-merge~39 X-Git-Url: http://git.pulsar-zone.net/?a=commitdiff_plain;h=38e515d7c0fd2a8361957fc57ddbc9337c21f0e7;p=mmondor.git *** empty log message *** --- diff --git a/mmsoftware/paradise_adventure/src/main.c b/mmsoftware/paradise_adventure/src/main.c index dc99d50..248f4dc 100644 --- a/mmsoftware/paradise_adventure/src/main.c +++ b/mmsoftware/paradise_adventure/src/main.c @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.5 2007/01/08 09:09:07 mmondor Exp $ */ +/* $Id: main.c,v 1.6 2007/01/08 09:45:38 mmondor Exp $ */ /* * Copyright (c) 2006, Matthew Mondor @@ -63,6 +63,7 @@ static const struct scene scenes[] = { { "forest_entry", "forest"}, { "dungeon_deadend", "cavern" }, { "gardens_house", "castle" }, + { "mountains_landscape", "aria_prima" }, { NULL, NULL } }; static int curscene = 0;