mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-19 10:41:55 +00:00
HYPNO: added missing new lines
This commit is contained in:
parent
2fa66d32c2
commit
266939c541
@ -136,4 +136,5 @@ void HypnoEngine::runTalk(Talk *a) {
|
||||
_refreshConversation = true;
|
||||
}
|
||||
|
||||
} // namespace Hypno
|
||||
} // End of namespace Hypno
|
||||
|
||||
|
@ -320,3 +320,4 @@ bool HypnoEngine::clickedSecondaryShoot(Common::Point mousePos) {
|
||||
}
|
||||
|
||||
} // End of namespace Hypno
|
||||
|
||||
|
@ -129,3 +129,4 @@ void HypnoEngine::changeCursor(const Common::String &cursor, uint32 n) {
|
||||
}
|
||||
|
||||
} // End of namespace Hypno
|
||||
|
||||
|
@ -117,3 +117,4 @@ public:
|
||||
};
|
||||
|
||||
REGISTER_PLUGIN_STATIC(HYPNO_DETECTION, PLUGIN_TYPE_ENGINE_DETECTION, HypnoMetaEngineDetection);
|
||||
|
||||
|
@ -257,3 +257,4 @@ extern ArcadeShooting g_parsedArc;
|
||||
} // End of namespace Hypno
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -206,3 +206,4 @@ bline: FNTOK FILENAME {
|
||||
debug("Z");
|
||||
}
|
||||
;
|
||||
|
||||
|
@ -296,3 +296,4 @@ flag: FLAG { $$ = $1; debug("flag: %s", $1); }
|
||||
gsswitch: GSSWITCH { $$ = $1; debug("switch %s", $1); }
|
||||
| /* nothing */ { $$ = scumm_strdup(""); }
|
||||
;
|
||||
|
||||
|
@ -441,3 +441,4 @@ void HypnoEngine::removeTimer() {
|
||||
}
|
||||
|
||||
} // End of namespace Hypno
|
||||
|
||||
|
@ -268,3 +268,4 @@ public:
|
||||
} // End of namespace Hypno
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -118,3 +118,4 @@ Common::SeekableReadStream *LibFile::createReadStreamForMember(const Common::Pat
|
||||
}
|
||||
|
||||
} // namespace Hypno
|
||||
|
||||
|
@ -60,3 +60,4 @@ private:
|
||||
} // End of namespace Hypno
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -61,3 +61,4 @@ REGISTER_PLUGIN_DYNAMIC(HYPNO, PLUGIN_TYPE_ENGINE, HypnoMetaEngine);
|
||||
#else
|
||||
REGISTER_PLUGIN_STATIC(HYPNO, PLUGIN_TYPE_ENGINE, HypnoMetaEngine);
|
||||
#endif
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user