war1gus
war1gus copied to clipboard
Solo game - Number of opponents ignored
Hi! If you play a 'solo game' and set 1 opponent, this setting is ignored. Example maps:
- Forest1
- Forest2
hmm... i guess war2gus work properly so maybe we need to compare the 2x files what's different
In wc1.lua
where it says
if (nump == 0) then nump = 15 end
it should instead say
if (nump == -1) then nump = 15 else nump = nump + 1 end
Fixed.