Skip to content

Commit

Permalink
GOB: Fix a segfault
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed Jan 28, 2012
1 parent 2f7ae11 commit 885a29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/gob/minigames/geisha/diving.cpp
Expand Up @@ -91,7 +91,7 @@ const Diving::PlantLevel Diving::kPlantLevels[] = {


Diving::Diving(GobEngine *vm) : _vm(vm), _background(0),
_objects(0), _gui(0), _okoAnim(0), _lungs(0), _heart(0),
_objects(0), _gui(0), _okoAnim(0), _water(0), _lungs(0), _heart(0),
_blackPearl(0), _airMeter(0), _healthMeter(0), _isPlaying(false) {

_blackPearl = new Surface(11, 8, 1);
Expand Down

0 comments on commit 885a29a

Please sign in to comment.