- Added parser strings for Big Red Adventure

- Pushed parser strings initialization down to engine subclasses

svn-id: r28295
This commit is contained in:
Nicola Mettifogo 2007-07-29 16:29:41 +00:00
parent bf5bb9280b
commit b01232f08a
6 changed files with 206 additions and 17 deletions

View file

@ -61,6 +61,8 @@ int Parallaction_ns::init() {
_soundMan = new AmigaSoundMan(this);
}
initResources();
Parallaction::init();
return 0;