Fix some init/type warnings.
This commit is contained in:
parent
98f99e1e3c
commit
06c19622d5
9 changed files with 12 additions and 12 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue