pkgsrc-wip/smc/patches/patch-ad
Hernani Marques Madeira 0ca8aa524d Initial import of smc
Secret Maryo Chronicles is a 2D Jump&Run Game built upon SDL, which has some
similarity to Super Mario (World). It features the following:

* In-Game Level Editor
* Multiple Levels
* Multiple Stages
* Overworld (to overview the game world)
* Great Sounds and Music
* Save and Load
* Possibility to get Extra Lives

WWW: http://smclone.sf.net/
2006-01-07 23:03:06 +00:00

13 lines
460 B
Text

$NetBSD: patch-ad,v 1.1 2006/01/07 23:03:06 h2m Exp $
--- src/overworld.cpp.orig 2005-07-04 02:14:36.000000000 +0200
+++ src/overworld.cpp
@@ -77,7 +77,7 @@ cWaypoint :: ~cWaypoint( void )
void cWaypoint :: Init( void )
{
- image = GetImage( "world/Waypoints/default_1.png" );
+ image = GetImage( "world/waypoints/default_1.png" );
arrow_blue_l = GetImage( "world/arrowb_left_small.png" );
arrow_blue_r = GetImage( "world/arrowb_right_small.png" );