Subversion Repositories spk

Rev

Rev 130 | Rev 158 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 130 Rev 152
Line 292... Line 292...
292
						break;
292
						break;
293
					}
293
					}
294
					break;
294
					break;
295
					// wait for the rest to be added
295
					// wait for the rest to be added
296
				case INSTALLCHECK_WRONGGAME:
296
				case INSTALLCHECK_WRONGGAME:
297
					printf ( "ERROR! \"%s\" Wrong Game (Requires: %s)", packageName.c_str(), packages->GetGameTypesString(package, false).c_str() );
297
					printf ( "ERROR! \"%s\" Wrong Game (Requires: %s)", packageName.c_str(), packages->getGameTypesString(package, false).c_str() );
298
					if ( g_force )
298
					if ( g_force )
299
					{
299
					{
300
						printf ( " [FORCED]\n" );
300
						printf ( " [FORCED]\n" );
301
						if ( packages->PrepareInstallPackage(package, disabled, true) != INSTALLCHECK_OK )
301
						if ( packages->PrepareInstallPackage(package, disabled, true) != INSTALLCHECK_OK )
302
							continue;
302
							continue;