mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 06:41:51 +00:00
VOYEUR: Remove useless global variable
This commit is contained in:
parent
bf4ab6d52a
commit
427850b78d
@ -33,8 +33,6 @@
|
||||
|
||||
namespace Voyeur {
|
||||
|
||||
VoyeurEngine *g_vm;
|
||||
|
||||
VoyeurEngine::VoyeurEngine(OSystem *syst, const VoyeurGameDescription *gameDesc) : Engine(syst),
|
||||
_gameDescription(gameDesc), _randomSource("Voyeur"),
|
||||
_defaultFontInfo(3, 0xff, 0xff, 0, 0, ALIGN_LEFT, 0, Common::Point(), 1, 1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user