From 521503cc4c099883171fe4ca1c6271154bcdb817 Mon Sep 17 00:00:00 2001 From: Buginator Date: Sun, 20 Dec 2009 17:54:58 +0000 Subject: [PATCH] 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 --- src/multiint.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/multiint.c b/src/multiint.c index e811577d7..867cca878 100644 --- a/src/multiint.c +++ b/src/multiint.c @@ -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."); }