lolbot-iichan ed635a5b01 WINTERMUTE: Fix File.WriteText method
Removed unnecessary '\0' byte written after a string. Reasons to remove:

1. Hamlet game does not write 0 after string when running this code:
var SomeFile = new File((Game.SaveDirectory + "\gamelet.save"));
SomeFile.OpenAsText(2);
SomeFile.WriteText(LVL_N);
SomeFile.Close();

2. Original WME does not have this:

https://github.com/retrowork/Wintermute-Engine/blob/master/src/engine_core/wme_base/SXFile.cpp#L303
2019-07-16 20:24:42 +03:00
..
2019-07-16 18:27:03 +02:00
2019-07-14 14:58:18 +03:00
2019-06-21 14:19:42 +02:00
2019-05-27 14:53:38 +03:00
2019-07-14 10:47:52 -07:00
2019-05-27 14:53:38 +03:00
2019-06-22 17:27:07 +01:00
2019-05-27 14:53:39 +03:00
2019-07-16 18:51:45 +03:00
2019-05-27 14:53:40 +03:00
2019-07-11 03:02:32 +03:00
2019-06-18 08:28:38 +03:00