mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-15 16:58:01 +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
|
||||
|
||||
|
@ -319,4 +319,5 @@ bool HypnoEngine::clickedSecondaryShoot(Common::Point mousePos) {
|
||||
return false;
|
||||
}
|
||||
|
||||
} // End of namespace Hypno
|
||||
} // 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
|
||||
|
||||
|
@ -205,4 +205,5 @@ bline: FNTOK FILENAME {
|
||||
//shoot = nullptr;
|
||||
debug("Z");
|
||||
}
|
||||
;
|
||||
;
|
||||
|
||||
|
@ -295,4 +295,5 @@ 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
|
||||
|
||||
|
@ -117,4 +117,5 @@ Common::SeekableReadStream *LibFile::createReadStreamForMember(const Common::Pat
|
||||
return stream;
|
||||
}
|
||||
|
||||
} // namespace Hypno
|
||||
} // namespace Hypno
|
||||
|
||||
|
@ -59,4 +59,5 @@ private:
|
||||
|
||||
} // End of namespace Hypno
|
||||
|
||||
#endif
|
||||
#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