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

@ -320,3 +320,4 @@ bool HypnoEngine::clickedSecondaryShoot(Common::Point mousePos) {
}
} // 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

@ -206,3 +206,4 @@ bline: FNTOK FILENAME {
debug("Z");
}
;

View File

@ -296,3 +296,4 @@ 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

@ -118,3 +118,4 @@ Common::SeekableReadStream *LibFile::createReadStreamForMember(const Common::Pat
}
} // namespace Hypno

View File

@ -60,3 +60,4 @@ private:
} // End of namespace Hypno
#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