Commit 3fc4dd51 authored by newspaz's avatar newspaz

Newspaz was a bad boy and forgot to change his variables back to what they were supposed to be.

parent 2a788bc0
...@@ -180,7 +180,7 @@ void DeckGuardian::draw (unsigned int ticks, int change) { ...@@ -180,7 +180,7 @@ void DeckGuardian::draw (unsigned int ticks, int change) {
MedGuardian::MedGuardian(unsigned char gX, unsigned char gY) : Guardian(gX, gY) { MedGuardian::MedGuardian(unsigned char gX, unsigned char gY) : Guardian(gX, gY) {
animType = E_LEFTANIM; animType = E_LEFTANIM;
stage = 1; stage = 0;
direction = 1; direction = 1;
shoot = false; shoot = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment