178
edits
(→Example: engines/quux/quux.h: debug levels -> channels) |
(→Example: engines/quux/detection.cpp: Replace invalid error constant) |
||
Line 315: | Line 315: | ||
Common::FSNode dir(ConfMan.get("path")); | Common::FSNode dir(ConfMan.get("path")); | ||
if (!dir.getChildren(fslist, Common::FSNode::kListAll)) { | if (!dir.getChildren(fslist, Common::FSNode::kListAll)) { | ||
return Common:: | return Common::kNoGameDataFoundError; | ||
} | } | ||
edits