Fix some init/type warnings.

This commit is contained in:
Unknown W. Brackets 2013-05-31 22:40:50 -07:00
parent 98f99e1e3c
commit 06c19622d5
9 changed files with 12 additions and 12 deletions

View file

@ -103,7 +103,7 @@ std::vector<int> CWCheatEngine::GetNextCode() {
void CWCheatEngine::SkipCodes(int count) {
for (int i = 0; i < count; i ++) {
if (GetNextCode()[0] == NULL) {
if (GetNextCode()[0] == 0) {
break;
}
}