repair UTF8 order parsing

probably broke the old latin1 parsing, but who cares?
This commit is contained in:
Enno Rehling 2013-12-31 09:27:42 -08:00
parent 96b3e302be
commit 4a08cdd23e
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
/* exported symbols symbols */
const char *game_name = "eressea";
int firstx = 0, firsty = 0;
int enc_gamedata = 0;
int enc_gamedata = XML_CHAR_ENCODING_UTF8;
/* local symbols */
static region *current_region;