Added initialization of cc in do_look() to quite compiler warnings.

This commit is contained in:
Bart House
2018-11-20 10:29:05 -08:00
parent d1cd20998f
commit a19b05d262

View File

@@ -1066,6 +1066,9 @@ coord *click_cc;
boolean save_verbose; /* saved value of flags.verbose */
boolean from_screen; /* question from the screen */
cc.x = 0;
cc.y = 0;
if (!clicklook) {
if (quick) {
from_screen = TRUE; /* yes, we want to use the cursor */