graspee / polutils

Automatically exported from code.google.com/p/polutils
Apache License 2.0
0 stars 0 forks source link

Fix the <AutoTrans: Start/End> encoding #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Line #96:
        switch (Marker.Substring(8).Trim()) {
should be:
        switch (Marker.Substring(10).Trim()) {
in order to make the Encoding Process work.

feel lazy to setup the svn environment.

Original issue reported on code.google.com by Decay...@gmail.com on 15 Apr 2013 at 7:44

GoogleCodeExporter commented 9 years ago
Confirmed. Strangely, this has been present for years (since the first addition 
of autotrans marker support), but was never noticed/reported before.

Original comment by tim.vanholder@gmail.com on 16 Apr 2013 at 6:31

GoogleCodeExporter commented 9 years ago
Maybe people no longer use this feature after SE patched the game?

Original comment by Decay...@gmail.com on 16 Apr 2013 at 7:53