project_files/Android-build/SDL-android-project/res/values/frontend_data_pointers.xml
Change syntax for Format/FormatA, remove array in function to be friendlier to Pas2C
This fixes a problem with Pas2C, but the price to pay is uglier code. :(
<?xml version="1.0" encoding="utf-8"?>
<resources>
<array name="teams">
<item>@raw/team_one</item>
<item>@raw/team_two</item>
</array>
<array name="teamFilenames">
<item>Team 1.hwt</item>
<item>Team 2.hwt</item>
</array>
</resources>