mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-11 04:06:12 +00:00
ZVISION: Change the initializer list formatting to conform to how everything else is formatted
This commit is contained in:
parent
19e829ae95
commit
9f0420e1ce
@ -33,7 +33,10 @@
|
||||
|
||||
namespace ZVision {
|
||||
|
||||
ScriptManager::ScriptManager(ZVision *engine) : _engine(engine), _changeLocation(false) {}
|
||||
ScriptManager::ScriptManager(ZVision *engine)
|
||||
: _engine(engine),
|
||||
_changeLocation(false) {
|
||||
}
|
||||
|
||||
void ScriptManager::initialize() {
|
||||
parseScrFile("universe.scr", true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user