enabled modem again.(Jammet)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1372
This commit is contained in:
parent
953da98424
commit
59316dda6d
1 changed files with 1 additions and 1 deletions
|
@ -590,7 +590,7 @@ void MODEM_Init(Section* sec) {
|
|||
unsigned long args = 1;
|
||||
Section_prop * section=static_cast<Section_prop *>(sec);
|
||||
|
||||
if(!section->Get_bool("enabled")) return;
|
||||
if(!section->Get_bool("modem")) return;
|
||||
|
||||
if(SDLNet_Init()==-1) {
|
||||
LOG_MSG("SDLNet_Init failed: %s\n", SDLNet_GetError());
|
||||
|
|
Loading…
Add table
Reference in a new issue