HYPNO: added missing new lines

This commit is contained in:
neuromancer 2021-09-08 22:49:56 +02:00 committed by Eugene Sandulenko
parent 2fa66d32c2
commit 266939c541
13 changed files with 19 additions and 7 deletions

View File

@ -136,4 +136,5 @@ void HypnoEngine::runTalk(Talk *a) {
_refreshConversation = true;
}
} // namespace Hypno
} // End of namespace Hypno

View File

@ -319,4 +319,5 @@ bool HypnoEngine::clickedSecondaryShoot(Common::Point mousePos) {
return false;
}
} // End of namespace Hypno
} // End of namespace Hypno

View File

@ -129,3 +129,4 @@ void HypnoEngine::changeCursor(const Common::String &cursor, uint32 n) {
}
} // End of namespace Hypno

View File

@ -117,3 +117,4 @@ public:
};
REGISTER_PLUGIN_STATIC(HYPNO_DETECTION, PLUGIN_TYPE_ENGINE_DETECTION, HypnoMetaEngineDetection);

View File

@ -257,3 +257,4 @@ extern ArcadeShooting g_parsedArc;
} // End of namespace Hypno
#endif

View File

@ -205,4 +205,5 @@ bline: FNTOK FILENAME {
//shoot = nullptr;
debug("Z");
}
;
;

View File

@ -295,4 +295,5 @@ flag: FLAG { $$ = $1; debug("flag: %s", $1); }
gsswitch: GSSWITCH { $$ = $1; debug("switch %s", $1); }
| /* nothing */ { $$ = scumm_strdup(""); }
;
;

View File

@ -441,3 +441,4 @@ void HypnoEngine::removeTimer() {
}
} // End of namespace Hypno

View File

@ -268,3 +268,4 @@ public:
} // End of namespace Hypno
#endif

View File

@ -117,4 +117,5 @@ Common::SeekableReadStream *LibFile::createReadStreamForMember(const Common::Pat
return stream;
}
} // namespace Hypno
} // namespace Hypno

View File

@ -59,4 +59,5 @@ private:
} // End of namespace Hypno
#endif
#endif

View File

@ -61,3 +61,4 @@ REGISTER_PLUGIN_DYNAMIC(HYPNO, PLUGIN_TYPE_ENGINE, HypnoMetaEngine);
#else
REGISTER_PLUGIN_STATIC(HYPNO, PLUGIN_TYPE_ENGINE, HypnoMetaEngine);
#endif

View File

@ -367,5 +367,5 @@ void HypnoEngine::showConversation() { error("Not implemented"); }
void HypnoEngine::rightClickedConversation(Common::Point mousePos) { error("Not implemented"); }
void HypnoEngine::leftClickedConversation(Common::Point mousePos) { error("Not implemented"); }
} // End of namespace Hypno