blob: 35db4b584b947c0d17b64e0f1c23d291ee16e7f4 [file] [log] [blame]
--- src/cell.cpp~ 2009-07-13 08:28:06.000000000 +0200
+++ src/cell.cpp 2009-09-19 15:50:29.000000000 +0200
@@ -58,7 +58,7 @@
bool CCell::Load(const unsigned short state)
{
if (state == 0)
- return false;
+ return true;
int rotate = 0;
m_TubeType = static_cast<TubeType>((state >> 12) & 0xf);