PARALLACTION: Code formatting (and trying to keep clone2727 happy! :P )

This commit is contained in:
Filippos Karapetis 2011-09-29 02:17:11 +03:00
parent 57177e98aa
commit 0c468901e1

View File

@ -914,7 +914,7 @@ void CharacterName::bind(const char *name) {
}
if (IS_MINI_CHARACTER(name)) {
_prefix = _prefixMini;
begin = name+4;
begin = name + 4;
}
}
}