AGS: Run astyle formatting

This commit is contained in:
dreammaster 2020-11-21 19:31:48 +00:00 committed by Paul Gilbert
parent 8f6391bb5b
commit 8026e4bb30
609 changed files with 65211 additions and 72813 deletions

View file

@ -25,7 +25,7 @@
#include "ags/detection_tables.h"
AGSMetaEngineDetection::AGSMetaEngineDetection() : AdvancedMetaEngineDetection(AGS::GAME_DESCRIPTIONS,
sizeof(AGS::AGSGameDescription), AGS::AGS_GAMES) {
sizeof(AGS::AGSGameDescription), AGS::AGS_GAMES) {
static const char *const DIRECTORY_GLOBS[2] = { "usecode", 0 };
_maxScanDepth = 2;
_directoryGlobs = DIRECTORY_GLOBS;