Indentation fixes: changed spaces to tabs. (These tend to really stick out

in my editor, since it shows tabs as eight spaces, not four.)

svn-id: r12002
This commit is contained in:
Torbjörn Andersson 2003-12-28 19:03:35 +00:00
parent d8b0a38718
commit 85deabed70
4 changed files with 14 additions and 14 deletions

View file

@ -196,7 +196,7 @@ void SwordLogic::processLogic(BsObject *compact, uint32 id) {
if (id == GMASTER_79) {
// workaround for ending script.
// GMASTER_79 is not prepared for mega_interact receiving INS_quit
fnSuicide(compact, id, 0, 0, 0, 0, 0, 0);
fnSuicide(compact, id, 0, 0, 0, 0, 0, 0);
logicRet = 0;
} else {
compact->o_logic = LOGIC_script;