WINTERMUTE: Fix another enum-warning.

This commit is contained in:
Einar Johan Trøan Sømåen 2012-06-22 14:30:58 +02:00
parent 759024d51a
commit 853e7c8900

View File

@ -376,6 +376,7 @@ HRESULT CAdItem::Update() {
((CAdGame *)Game)->AddSentence(_sentence);
}
}
default:
break;
}
_ready = (_state == STATE_READY);