ZVISION: Remove superfluous spacing and reorder some includes

This commit is contained in:
Filippos Karapetis 2014-12-03 01:12:35 +02:00
parent 7976a34bbf
commit 2a4a6df5f2
80 changed files with 5 additions and 136 deletions

View file

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