SCUMM: Use nullptr
Using clang-tidy modernize-use-nullptr
This commit is contained in:
parent
940c7bfc14
commit
ed5489929c
71 changed files with 664 additions and 664 deletions
|
@ -125,7 +125,7 @@ static Common::String generatePreferredTarget(const DetectorResult &x) {
|
|||
DetectedGames ScummMetaEngineDetection::detectGames(const Common::FSList &fslist) const {
|
||||
DetectedGames detectedGames;
|
||||
Common::List<DetectorResult> results;
|
||||
::detectGames(fslist, results, 0);
|
||||
::detectGames(fslist, results, nullptr);
|
||||
|
||||
for (Common::List<DetectorResult>::iterator
|
||||
x = results.begin(); x != results.end(); ++x) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue