VedVid / RAWIG

RAWIG (Roguelike Architecture, Written In Go) is ready to modify and expand roguelike architecture.
BSD 2-Clause "Simplified" License
16 stars 3 forks source link

Code duplication when moving player and cursor (like in Look()) #84

Closed VedVid closed 5 years ago

VedVid commented 5 years ago

switch blt.Read(); case blt.TK_UP, blt.TK_LEFT, etc,;

VedVid commented 5 years ago

and in Target

VedVid commented 5 years ago

Fixed by e984f1c79c9e63e7d0e8f7edd155dc07f358274e