thetrav / cutepeas

Automatically exported from code.google.com/p/cutepeas
0 stars 0 forks source link

Delete tool crash #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. start a new game
2. select the delete tool
3. click on an empty space within the block placement area

What is the expected output? 
No response

What do you see instead?
Game Crashes with essentially a null pointer error.  
The error is because the slot which delete is invoked on does not contain a
block to ghost out.  The delete tool should check to see if it applies to
the target slot.

Original issue reported on code.google.com by the.t...@gmail.com on 19 Feb 2008 at 12:32

GoogleCodeExporter commented 9 years ago
Fixed, will commit tonight

Original comment by the.t...@gmail.com on 19 Feb 2008 at 3:40

GoogleCodeExporter commented 9 years ago

Original comment by the.t...@gmail.com on 19 Feb 2008 at 11:08