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-861f7616d084master
parent
d7143d6ace
commit
521503cc4c
|
@ -2676,7 +2676,11 @@ void startMultiplayerGame(void)
|
|||
{
|
||||
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.");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue