NULL: Fix null backend (untested)

This commit is contained in:
Max Horn 2011-06-06 15:48:40 +02:00
parent 0e20bc0086
commit 848079b66d

View file

@ -83,7 +83,7 @@ void OSystem_NULL::initBackend() {
// this way; they need to be hooked into the system somehow to
// be functional. Of course, can't do that in a NULL backend :).
BaseBackend::initBackend();
ModularBackend::initBackend();
}
bool OSystem_NULL::pollEvent(Common::Event &event) {