* fixed bug that prevented player from correctly being created in the
top left corner by a custom element change in a level without player
+2006-10-14
+ * fixed bug that prevented player from correctly being created in the
+ top left corner by a custom element change in a level without player
+
2006-10-13
* added page fading effects for remaining info sub-screens
* fixed small bug that caused some delays when answering door request
-#define COMPILE_DATE_STRING "[2006-10-13 20:20]"
+#define COMPILE_DATE_STRING "[2006-10-14 12:10]"
player->drop_delay = 0;
player->drop_pressed_delay = 0;
- player->last_jx = player->last_jy = 0;
- player->jx = player->jy = 0;
+ player->last_jx = -1;
+ player->last_jy = -1;
+ player->jx = -1;
+ player->jy = -1;
player->shield_normal_time_left = 0;
player->shield_deadly_time_left = 0;