mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
- bugfix: Only one M.E.R.C merc was available in single player mode.
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2165 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -330,6 +330,10 @@ void GameInitMercs()
|
||||
// for(i=0; i<NUMBER_OF_MERCS; i++)
|
||||
// gubMercArray[ i ] = i+BIFF;
|
||||
|
||||
// WANNE - MP: Initialize the the variables for single player
|
||||
NUMBER_OF_MERCS = 15;
|
||||
LAST_MERC_ID = 14;
|
||||
|
||||
//can now be out of order
|
||||
gubMercArray[ 0 ] = BIFF;
|
||||
gubMercArray[ 1 ] = HAYWIRE;
|
||||
|
||||
Reference in New Issue
Block a user