[Scummvm-git-logs] scummvm master -> 4e3c5e25303c2e7184bea459f4ddec38444e1ca6

bluegr bluegr at gmail.com
Mon May 31 15:24:55 UTC 2021


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
4e3c5e2530 ASYLUM: rename detection_table.h


Commit: 4e3c5e25303c2e7184bea459f4ddec38444e1ca6
    https://github.com/scummvm/scummvm/commit/4e3c5e25303c2e7184bea459f4ddec38444e1ca6
Author: Alex Bevilacqua (alex at alexbevi.com)
Date: 2021-05-31T18:24:52+03:00

Commit Message:
ASYLUM: rename detection_table.h

All engines use the plural "detection_tables.h"

Changed paths:
  A engines/asylum/detection_tables.h
  R engines/asylum/detection_table.h
    engines/asylum/detection.cpp


diff --git a/engines/asylum/detection.cpp b/engines/asylum/detection.cpp
index 2c3756e1b1..f8cab84d73 100644
--- a/engines/asylum/detection.cpp
+++ b/engines/asylum/detection.cpp
@@ -23,7 +23,7 @@
 #include "engines/advancedDetector.h"
 #include "base/plugins.h"
 
-#include "asylum/detection_table.h"
+#include "asylum/detection_tables.h"
 #include "asylum/console.h"
 
 static const DebugChannelDef debugFlagList[] = {
diff --git a/engines/asylum/detection_table.h b/engines/asylum/detection_tables.h
similarity index 100%
rename from engines/asylum/detection_table.h
rename to engines/asylum/detection_tables.h




More information about the Scummvm-git-logs mailing list