picture_amount
authornireco
Tue, 09 Dec 2008 01:41:07 +0000
changeset 342 4abe994e61d5
parent 341 b99398169ad5
child 343 6675e370b377
picture_amount
src/Player.cc
--- 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,