View Single Post
Old Dec 1st, 2006, 12:28 AM   #43
The Dark
Expert Programmer
 
Join Date: Jun 2005
Posts: 825
Rep Power: 4 The Dark is on a distinguished road
Change
bool energySourceAt(int r, int c) const
to
bool Valley::energySourceAt(int r, int c) const
The Dark is offline   Reply With Quote