COMMON: Rename Common::set_to to Common::fill.
This makes the name match with the name of the STL function with the same behavior.
This commit is contained in:
parent
6e90f9e693
commit
61795739f8
30 changed files with 69 additions and 69 deletions
|
@ -405,7 +405,7 @@ int KyraEngine_MR::o3_updateConversations(EMCState *script) {
|
|||
}
|
||||
|
||||
int convs[4];
|
||||
Common::set_to(convs, convs+4, -1);
|
||||
Common::fill(convs, convs+4, -1);
|
||||
|
||||
if (_currentChapter == 1) {
|
||||
switch (_mainCharacter.dlgIndex) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue