DRAGONS: Init Credits class

This commit is contained in:
Eugene Sandulenko 2020-05-04 16:12:49 +02:00
parent 8663b76ab9
commit ae6d2ed689

View file

@ -39,6 +39,10 @@ Credits::Credits(DragonsEngine *vm, FontManager *fontManager, BigfileArchive *bi
_updateCounter = 0;
_yOffset = 0;
_linesRemaining = 0x1a;
_creditsData = nullptr;
_dataLength = 0;
_curPosition = 0;
}
void Credits::start() {