Mercurial > otakunoraifu
diff scn2k/scn2k_textimpl.cc @ 69:c3d4f9ee2cf1
Convert the last non-Unicode japanese comments.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Fri, 01 Apr 2011 22:15:37 +0200 |
parents | 043d5db57474 |
children |
line wrap: on
line diff
--- a/scn2k/scn2k_textimpl.cc +++ b/scn2k/scn2k_textimpl.cc @@ -287,7 +287,7 @@ void Text::impl_InitFrames(Cmd& cmd) { int i, j = 0; for (i = 0; i < cmd.argc; i++) { - int cnt = cmd.args[j++].value; // £³€Ê€Î€Ç̵»ë + int cnt = cmd.args[j++].value; // 3なので無視 int num = cmd.args[j++].value; FrameTimerAtom& atom = frame_var[num]; atom.from = cmd.args[j++].value; @@ -319,7 +319,7 @@ void Text::impl_ReadFrames(Cmd& cmd) { atom.total_time = 1; int cur_tm = old_time - atom.start_time; if (cur_tm < 0) - cur_tm = atom.total_time; // ¥š¥é¡Œ€Ê€éºÇœª»þŽÖ€Ë¹ç€ï€»€ë + cur_tm = atom.total_time; // エラーなら最終時間に合わせる if (cur_tm > atom.total_time) cur_tm = atom.total_time; // use 'long long'(64bit) or 'double'(80bit) type, since total_time, to and from is 32 bit.