OpenArena Message Boards

OpenArena => Technical Snafus => Topic started by: Virus on March 17, 2012, 07:24:31 AM



Title: No scoring-limit for lone players?
Post by: Virus on March 17, 2012, 07:24:31 AM
Code:
g_main.c / CheckExitRules()

if ( level.numPlayingClients < 2 ) {
return;
}


Why should there be no scoring limit for lone players?

(http://img166.imagevenue.com/loc538/th_88844_exceed_122_538lo.jpg)


Title: Re: No scoring-limit for lone players?
Post by: GrosBedo on March 21, 2012, 04:21:44 AM
Tested, indeed that's the case, but I think that noone here knows why that was done, since probably it stems from ID Software.


Title: Re: No scoring-limit for lone players?
Post by: Virus on March 21, 2012, 01:01:08 PM
OK thx