From 08d6a5c02f15f9c0a2c7ec8ca7ce404f1d5f590c Mon Sep 17 00:00:00 2001 From: Matthew Mondor Date: Mon, 8 Jan 2007 10:46:16 +0000 Subject: [PATCH] *** empty log message *** --- mmsoftware/paradise_adventure/src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.9.0