always add "others" node to tagtree, first characterid fixed

This commit is contained in:
honfika@gmail.com
2015-07-25 14:10:31 +02:00
parent 157f167dfe
commit e1c6138db9
2 changed files with 2 additions and 2 deletions

View File

@@ -467,7 +467,7 @@ public final class SWF implements SWFContainerItem, Timelined {
}
public int getNextCharacterId() {
int max = -1;
int max = 0;
for (int characterId : getCharacters().keySet()) {
if (characterId > max) {
max = characterId;