renamed 'timer' to duration; minimal doxygen comments
svn-id: r11040
This commit is contained in:
parent
c62e33b10a
commit
2d7eef223e
2 changed files with 9 additions and 3 deletions
|
@ -148,9 +148,9 @@ void MessageDialog::handleCommand(CommandSender *sender, uint32 cmd, uint32 data
|
|||
}
|
||||
}
|
||||
|
||||
TimedMessageDialog::TimedMessageDialog(NewGui *gui, const Common::String &message, uint32 timer)
|
||||
TimedMessageDialog::TimedMessageDialog(NewGui *gui, const Common::String &message, uint32 duration)
|
||||
: MessageDialog(gui, message, 0, 0) {
|
||||
_timer = _gui->get_time() + timer;
|
||||
_timer = _gui->get_time() + duration;
|
||||
}
|
||||
|
||||
void TimedMessageDialog::handleTickle() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue