- Added parser strings for Big Red Adventure
- Pushed parser strings initialization down to engine subclasses svn-id: r28295
This commit is contained in:
parent
bf5bb9280b
commit
b01232f08a
6 changed files with 206 additions and 17 deletions
|
@ -61,6 +61,8 @@ int Parallaction_ns::init() {
|
|||
_soundMan = new AmigaSoundMan(this);
|
||||
}
|
||||
|
||||
initResources();
|
||||
|
||||
Parallaction::init();
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue