aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/glk_api.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2019-04-28 14:32:49 +1000
committerPaul Gilbert2019-04-28 14:32:49 +1000
commit401b010ef3f488601244129b93a6ea3bf5bc3fb1 (patch)
tree900462a107420f7d92bf4571086bce570f3d1a9c /engines/glk/glk_api.cpp
parentc72cde3149514dddb8f76f9e717a0fb03dcb8332 (diff)
downloadscummvm-rg350-401b010ef3f488601244129b93a6ea3bf5bc3fb1.tar.gz
scummvm-rg350-401b010ef3f488601244129b93a6ea3bf5bc3fb1.tar.bz2
scummvm-rg350-401b010ef3f488601244129b93a6ea3bf5bc3fb1.zip
GLK: Implementing more gli object registration
Diffstat (limited to 'engines/glk/glk_api.cpp')
-rw-r--r--engines/glk/glk_api.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/glk/glk_api.cpp b/engines/glk/glk_api.cpp
index e2f3117ef7..d86bd26e3f 100644
--- a/engines/glk/glk_api.cpp
+++ b/engines/glk/glk_api.cpp
@@ -36,8 +36,7 @@
namespace Glk {
GlkAPI::GlkAPI(OSystem *syst, const GlkGameDescription &gameDesc) :
- GlkEngine(syst, gameDesc), _gliFirstEvent(false), gli_register_obj(nullptr),
- gli_unregister_obj(nullptr), gli_register_arr(nullptr), gli_unregister_arr(nullptr) {
+ GlkEngine(syst, gameDesc), _gliFirstEvent(false) {
// Set uppercase/lowercase tables
int ix, res;
for (ix = 0; ix < 256; ix++) {