wrote new mixer class,
cleaned up sound header files, integrated mixer into scummvm & simon svn-id: r3937
This commit is contained in:
parent
a5e3dbb85d
commit
ac62a7cb2e
32 changed files with 2917 additions and 2661 deletions
3
main.cpp
3
main.cpp
|
@ -1,5 +1,6 @@
|
|||
#include "stdafx.h"
|
||||
#include "scumm.h"
|
||||
#include "mididrv.h"
|
||||
#include "gameDetector.h"
|
||||
#include "gui.h"
|
||||
#include "simon/simon.h"
|
||||
|
@ -57,7 +58,7 @@ int main(int argc, char *argv[])
|
|||
|
||||
{
|
||||
char *s = detector.getGameName();
|
||||
system->set_param(OSystem::PARAM_WINDOW_CAPTION, (long)s);
|
||||
system->property(OSystem::PROP_SET_WINDOW_CAPTION, (long)s);
|
||||
free(s);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue