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:
Johannes Schickel 2011-11-16 18:06:30 +01:00
parent 6e90f9e693
commit 61795739f8
30 changed files with 69 additions and 69 deletions

View file

@ -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) {