1
0
Fork 0

enabled modem again.(Jammet)

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1372
This commit is contained in:
Peter Veenstra 2003-10-23 11:59:09 +00:00
parent 953da98424
commit 59316dda6d

View file

@ -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());