ZVISION: Remove superfluous spacing and reorder some includes
This commit is contained in:
parent
7976a34bbf
commit
2a4a6df5f2
80 changed files with 5 additions and 136 deletions
|
@ -43,7 +43,6 @@
|
|||
#include "common/file.h"
|
||||
#include "common/tokenizer.h"
|
||||
|
||||
|
||||
namespace ZVision {
|
||||
|
||||
void ScriptManager::parseScrFile(const Common::String &fileName, ScriptScope &scope) {
|
||||
|
@ -210,8 +209,6 @@ void ScriptManager::parseResults(Common::SeekableReadStream &stream, Common::Lis
|
|||
args = Common::String(chrs + startpos, chrs + pos);
|
||||
}
|
||||
|
||||
|
||||
|
||||
// Parse for the action type
|
||||
if (act.matchString("add", true)) {
|
||||
actionList.push_back(new ActionAdd(_engine, slot, args));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue