StopThief:Bugs
From ArdekanturWiki
[edit] Bugs in Stop Thief
- 'overflow in implicit constant conversion' message. CAUSE: Using a signed char for comparison of input. Use unsigned instead.
- garbled display after quitting, output not displaying correctly. CAUSE: Not resetting ncurses on exit. Use fail() for errors and endwin() before any other exits. Common function end() may be necessary.
- arrow keys should work for directions, but don't. UNRESOLVED

