mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 13:23:56 -07:00
# Fix startup warning in scenario editor
This was SVN commit r7461.
This commit is contained in:
parent
b6a9e0e9b7
commit
abaea508ac
2 changed files with 10 additions and 0 deletions
9
binaries/data/mods/public/gui/common/emptyinit.xml
Normal file
9
binaries/data/mods/public/gui/common/emptyinit.xml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<objects>
|
||||
<script><![CDATA[
|
||||
function init(data)
|
||||
{
|
||||
}
|
||||
]]></script>
|
||||
</objects>
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<page>
|
||||
<include>common/emptyinit.xml</include>
|
||||
</page>
|
||||
|
|
|
|||
Loading…
Reference in a new issue