mirror of
https://github.com/1dot13/source.git
synced 2026-08-26 14:30:26 +02:00
nuke all the #if 0's
scripted commit:
find . -not -path '*/.*' -and -not -path '*/ext*' -type d -exec coan source -R -E {} ';'
https://coan2.sourceforge.net/coan_man_1.html
This commit is contained in:
committed by
Asdow
parent
6afe785f4b
commit
8b1c4effa0
@@ -2205,17 +2205,6 @@ void CreateAutoResolveInterface()
|
||||
ubGreenMilitia += bonusGreenMilitia;
|
||||
|
||||
// This block should be unnecessary. If the counts do not line up, there is a bug.
|
||||
#if 0
|
||||
while( ubEliteMilitia + ubRegMilitia + ubGreenMilitia < gpAR->ubCivs )
|
||||
{
|
||||
switch( PreRandom( 3 ) )
|
||||
{
|
||||
case 0: ubEliteMilitia++; break;
|
||||
case 1: ubRegMilitia++; break;
|
||||
case 2: ubGreenMilitia++; break;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
cnt = 0;
|
||||
// Add the militia in this sector
|
||||
|
||||
Reference in New Issue
Block a user