From: Matthew Mondor Date: Mon, 8 Jan 2007 10:46:16 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: pgsql-branch-merge~37 X-Git-Url: http://git.pulsar-zone.net/?a=commitdiff_plain;h=08d6a5c02f15f9c0a2c7ec8ca7ce404f1d5f590c;p=mmondor.git *** empty log message *** --- diff --git a/mmsoftware/paradise_adventure/src/main.c b/mmsoftware/paradise_adventure/src/main.c index 368bb54..2ed4518 100644 --- a/mmsoftware/paradise_adventure/src/main.c +++ b/mmsoftware/paradise_adventure/src/main.c @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.7 2007/01/08 10:44:20 mmondor Exp $ */ +/* $Id: main.c,v 1.8 2007/01/08 10:46:16 mmondor Exp $ */ /* * Copyright (c) 2006, Matthew Mondor @@ -64,7 +64,7 @@ static const struct scene scenes[] = { { "forest_entry", "forest", 128 }, { "dungeon_deadend", "cavern", 128 }, { "gardens_house", "castle", 128 }, - { "mountains_landscape", "aria_prima", 128 }, + { "mountains_landscape", "aria_prima", 85 }, { NULL, NULL } }; static int curscene = 0;