Browse Subversion Repository
Diff of /NNDDv2/trunk/src/org/mineap/nndd/player/PlayerController.as
Parent Directory
| Revision Log
| Patch
| 3589 |
commentPost.postCommentWithLogin(UserManager.instance.user, UserManager.instance.password, videoID, comment, command, commentTimerVpos/10); |
commentPost.postCommentWithLogin(UserManager.instance.user, UserManager.instance.password, videoID, comment, command, commentTimerVpos/10); |
| 3590 |
|
|
| 3591 |
// とりあえずコメントを表示。通し番号をマイナスにして正規のコメントと区別する。 |
// とりあえずコメントを表示。通し番号をマイナスにして正規のコメントと区別する。 |
| 3592 |
commentManager.addPostComment(new NNDDComment(commentTimerVpos/10, comment, command, '', -1, '', true)); |
commentManager.addPostComment(new NNDDComment(commentTimerVpos/10, comment, command, '', -1, '', -1, true)); |
| 3593 |
|
|
| 3594 |
}else{ |
}else{ |
| 3595 |
//動画IDがついてないのでPostできなかった |
//動画IDがついてないのでPostできなかった |
|
|
Legend:
| Removed from v.585 |
|
| changed lines |
| |
Added in v.587 |
|
|
| |