1
0
Fork 0

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:
Dean Beeler 2004-02-08 08:34:27 +00:00
parent c27159214c
commit 8dda3577a9

View file

@ -68,6 +68,7 @@ enum MachineType {
};
extern MachineType machine;
extern bool SDLNetInited;
#ifndef __LOGGING_H_
#include "logging.h"