LAB: Simplify the crumb wait time code

This commit is contained in:
Filippos Karapetis 2015-12-13 20:27:34 +02:00 committed by Willem Jan Palenstijn
parent f0e345a1a2
commit e994c90d9b
4 changed files with 8 additions and 17 deletions

View file

@ -77,8 +77,7 @@ LabEngine::LabEngine(OSystem *syst, const ADGameDescription *gameDesc)
_manyRooms = 0;
_direction = 0;
_highestCondition = 0;
_crumbSecs = 0;
_crumbMicros = 0;
_crumbTimestamp = 0;
_maxRooms = 0;
_event = nullptr;