Fix trunk's skirmish game, as reported by cybersphinx.

git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@8759 4a71c877-e1ca-e34f-864e-861f7616d084
master
Buginator 2009-12-20 17:54:58 +00:00 committed by Git SVN Gateway
parent d7143d6ace
commit 521503cc4c
1 changed files with 5 additions and 1 deletions

View File

@ -2676,7 +2676,11 @@ void startMultiplayerGame(void)
{ {
if (!bLimiterLoaded) // if they set limits, then skip this if (!bLimiterLoaded) // if they set limits, then skip this
{ {
if (!resLoad("wrf/piestats.wrf", 502)) if (!resLoad("wrf/limiter_tex.wrf", 501))
{
debug(LOG_WARNING, "Unable to load limiter_tex. Defaults not set.");
}
else if (!resLoad("wrf/piestats.wrf", 502))
{ {
debug(LOG_WARNING, "Unable to load limits. Defaults not set."); debug(LOG_WARNING, "Unable to load limits. Defaults not set.");
} }