1
1
forked from 0ad/0ad

# Fix startup warning in scenario editor

This was SVN commit r7461.
This commit is contained in:
Ykkrosh 2010-04-17 11:29:34 +00:00
parent b6a9e0e9b7
commit abaea508ac
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<objects>
<script><![CDATA[
function init(data)
{
}
]]></script>
</objects>

View File

@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<page>
<include>common/emptyinit.xml</include>
</page>