*** empty log message ***
authorMatthew Mondor <mmondor@pulsar-zone.net>
Mon, 8 Jan 2007 09:45:38 +0000 (09:45 +0000)
committerMatthew Mondor <mmondor@pulsar-zone.net>
Mon, 8 Jan 2007 09:45:38 +0000 (09:45 +0000)
mmsoftware/paradise_adventure/src/main.c

index dc99d50..248f4dc 100644 (file)
@@ -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;