Ticket #3218: 3218.1.patch

File 3218.1.patch, 887 bytes (added by Stan, 9 years ago)

Fix the warning introduced by non integer numbers.

  • binaries/data/mods/public/art/actors/structures/destruct_rome_camp_turf.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    2 <actor version="1">
     2<actor version="2">
    33  <castshadow/>
    44  <group>
    55    <variant name="rome army camp rubble turf">
    66      <mesh>props/rome_sb_rubble_turf.dae</mesh>
    77      <textures>
    8 <texture file="props/rome_sb_turf.png" name="baseTex"/>
    9 </textures>
     8        <texture file="props/rome_sb_turf.png" name="baseTex"/>
     9      </textures>
    1010    </variant>
    1111  </group>
    12   <material>player_trans_ao.xml</material>
     12  <material>player_trans.xml</material>
    1313</actor>