diff options
author | Strangerke | 2012-11-11 17:59:29 +0100 |
---|---|---|
committer | Strangerke | 2012-11-11 17:59:29 +0100 |
commit | 49c20931d9230c0b3b4fdd0d03288e798f9e8cf7 (patch) | |
tree | 85bc298fc67e6ae6634ce92d0b47bf00c7b9cc68 /engines/hopkins/globals.cpp | |
parent | 0e11fbbe537ccd3e4bd778a81966f60b25971780 (diff) | |
download | scummvm-rg350-49c20931d9230c0b3b4fdd0d03288e798f9e8cf7.tar.gz scummvm-rg350-49c20931d9230c0b3b4fdd0d03288e798f9e8cf7.tar.bz2 scummvm-rg350-49c20931d9230c0b3b4fdd0d03288e798f9e8cf7.zip |
HOPKINS: Implement Credits()
Diffstat (limited to 'engines/hopkins/globals.cpp')
-rw-r--r-- | engines/hopkins/globals.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/engines/hopkins/globals.cpp b/engines/hopkins/globals.cpp index ae2c1d6d7e..75b3bbabca 100644 --- a/engines/hopkins/globals.cpp +++ b/engines/hopkins/globals.cpp @@ -184,6 +184,15 @@ Globals::Globals() { STOP_BUG = 0; MAX_COMPTE = 0; + Credit_bx = -1; + Credit_bx1 = -1; + Credit_by = -1; + Credit_by1 = -1; + Credit_y = 0; + Credit_lignes = 0; + memset(Credit, 0, 12000); + Credit_step = 0; + // Initialise pointers ICONE = NULL; BUF_ZONE = NULL; |