diff options
author | Max Horn | 2003-06-14 12:24:42 +0000 |
---|---|---|
committer | Max Horn | 2003-06-14 12:24:42 +0000 |
commit | e5d02f1774f4e2d5e5da268c4cc02effa9ce46b3 (patch) | |
tree | d9d12efcd896d1ce9c212566d817c2dc804bb3a3 | |
parent | f4a31da51362034d7abe5699f9c7e2096060dfad (diff) | |
download | scummvm-rg350-e5d02f1774f4e2d5e5da268c4cc02effa9ce46b3.tar.gz scummvm-rg350-e5d02f1774f4e2d5e5da268c4cc02effa9ce46b3.tar.bz2 scummvm-rg350-e5d02f1774f4e2d5e5da268c4cc02effa9ce46b3.zip |
init _2byteFontPtr
svn-id: r8469
-rw-r--r-- | scumm/scummvm.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp index 193218cc97..2274248fb0 100644 --- a/scumm/scummvm.cpp +++ b/scumm/scummvm.cpp @@ -411,6 +411,7 @@ Scumm::Scumm (GameDetector *detector, OSystem *syst) _languageIndex = NULL; memset(_transText, 0, sizeof(_transText)); _bcr = NULL; + _2byteFontPtr = 0; // // Init all VARS to 0xFF |