- Added a minimal version of "Food.xml" for the "Data" folder, so the game can start

o Later, we should disable the food system in the start new game screen for the "Data" folder, like it was done for New Inventory. Then we can delete this minimal Food.xml file
- Added missing INI food properties for the "Data\Ja2_Options.INI" file

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1472 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
Wanne
2012-07-23 13:14:04 +00:00
parent 57390e7da3
commit 2ca650e0e4
2 changed files with 48 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<FOODSLIST>
<FOOD>
<uiIndex>0</uiIndex>
<szName>None</szName>
<bFoodPoints>0</bFoodPoints>
<bDrinkPoints>0</bDrinkPoints>
<ubPortionSize>0</ubPortionSize>
<bMoraleMod>0</bMoraleMod>
<usDecayRate>0</usDecayRate>
</FOOD>
</FOODSLIST>