Merged revision(s) 6976 from branches/ja2_source_official_2014:

- Food system change: if a soldier autofeeds, he will refill his canteens if the sector has drinkable water
- do not display corruption backgriund in 1.13
- removed hardcoded direction number

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6977 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Flugente
2014-02-25 20:10:38 +00:00
parent 4ba2976817
commit 8923608027
4 changed files with 56 additions and 6 deletions
+3
View File
@@ -93,4 +93,7 @@ void SectorFillCanteens( void );
OBJECTTYPE* GetUsableWaterDrumInSector( void );
// soldier refills canteen while auto-consuming. Only clean sector water souces are consumed, an sector inventory is not touched (sector is likely not loaded)
void SoldierAutoFillCanteens(SOLDIERTYPE *pSoldier);
#endif