DRASCULA: Fix warnings
This commit is contained in:
parent
7e57a87479
commit
6d4189e2ed
3 changed files with 4 additions and 4 deletions
|
@ -123,7 +123,7 @@ bool DrasculaEngine::saveLoadScreen() {
|
|||
if (mouseX > 115 && mouseY > y + (9 * n) && mouseX < 115 + 175 && mouseY < y + 10 + (9 * n)) {
|
||||
strcpy(select, _saveNames[n]);
|
||||
|
||||
if (strcmp(select, "*"))
|
||||
if (strcmp(select, "*") != 0)
|
||||
selectionMade = 1;
|
||||
else {
|
||||
enterName();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue