diff options
| author | Treeki <treeki@gmail.com> | 2013-05-09 10:13:45 +0200 | 
|---|---|---|
| committer | Treeki <treeki@gmail.com> | 2013-05-09 10:13:45 +0200 | 
| commit | 00296013260a730e8c24ca53a6e3a3e0a1e49131 (patch) | |
| tree | 898f4bd7a43b0673eea62cf2ca4221a796946b4e /src | |
| parent | 7a49a1db8cce520e2c10bb013a10d338264a580a (diff) | |
| download | kamek-00296013260a730e8c24ca53a6e3a3e0a1e49131.tar.gz kamek-00296013260a730e8c24ca53a6e3a3e0a1e49131.zip  | |
nuked sky city launch star
Diffstat (limited to '')
| -rw-r--r-- | src/koopatlas/map.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/src/koopatlas/map.cpp b/src/koopatlas/map.cpp index 84c7c45..865bfa5 100644 --- a/src/koopatlas/map.cpp +++ b/src/koopatlas/map.cpp @@ -72,8 +72,8 @@ int dWMMap_c::onCreate() {  	switch (dScKoopatlas_c::instance->currentMapID) {  		case 5: // Starry Sky  			launchStarX = 5424.0f; launchStarY = -4416.0f; showLaunchStar = true; break; -		case 11: // Sky City -			launchStarX = 3216.0f; launchStarY = -3120.0f; showLaunchStar = true; break; +		// case 11: // Sky City +		// 	launchStarX = 3216.0f; launchStarY = -3120.0f; showLaunchStar = true; break;  		case 6: // Planet Koopa  			lsRotate = true;  			launchStarX = 2268.0f; launchStarY = -3420.0f; showLaunchStar = true; break;  | 
