diff options
Diffstat (limited to 'assets/xml/objects/object_funen.xml')
| -rw-r--r-- | assets/xml/objects/object_funen.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/assets/xml/objects/object_funen.xml b/assets/xml/objects/object_funen.xml index 7a0410008..0f9d0a484 100644 --- a/assets/xml/objects/object_funen.xml +++ b/assets/xml/objects/object_funen.xml @@ -1,6 +1,7 @@ <Root> + <!-- Object for Stone Tower Smoke --> <File Name="object_funen" Segment="6"> - <DList Name="object_funen_DL_0000D0" Offset="0xD0" /> <!-- Original name is "obj_smork_modelT" --> - <Texture Name="object_funen_Tex_0001C0" OutName="tex_0001C0" Format="ia8" Width="32" Height="32" Offset="0x1C0" /> + <DList Name="gStoneTowerSmokeDL" Offset="0xD0" /> <!-- Original name is "obj_smork_modelT" --> + <Texture Name="gStoneTowerSmokeTex" OutName="stone_tower_smoke" Format="ia8" Width="32" Height="32" Offset="0x1C0" /> </File> </Root> |
