Added external SDLNetInited variable so the modem and IPX stuff don't cause problems when both enabled.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1667
This commit is contained in:
parent
c27159214c
commit
8dda3577a9
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ enum MachineType {
|
|||
};
|
||||
|
||||
extern MachineType machine;
|
||||
extern bool SDLNetInited;
|
||||
|
||||
#ifndef __LOGGING_H_
|
||||
#include "logging.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue