DRASCULA: Fix warnings

This commit is contained in:
Eugene Sandulenko 2011-11-02 23:18:10 +00:00
parent 7e57a87479
commit 6d4189e2ed
3 changed files with 4 additions and 4 deletions

View file

@ -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();