--- a/src/Player.cc Tue Dec 09 01:39:38 2008 +0000
+++ b/src/Player.cc Tue Dec 09 01:41:07 2008 +0000
@@ -16,7 +16,7 @@
CL_Surface Player::skin_surface;
// XXX: give these better names and move elsewhere
-const int img_num_aim = 2;
+const int img_num_aim = 5;
const int img_num_step = 4;
const int img_height = 20;
const int img_width = 17;
@@ -352,6 +352,7 @@
);
// draw the correct animation frame from the skin
+// skin_surface.set_color(CL_Color(255, 0, 255));
skin_surface.draw_subpixel(
CL_Rectf(
step_img_idx * img_width,