Skip to content
This repository has been archived by the owner on Apr 8, 2020. It is now read-only.

Commit

Permalink
autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
David Vaughan committed Jun 1, 2016
1 parent f25f88b commit c259c94
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ clean:
rm -f *.a
rm -f fonts/*.o

update-%:
update:
git add -A
git commit -m "$(@:update-%=%)"
git commit -m "autoupdate"
git push

pullnmake:
Expand Down
7 changes: 4 additions & 3 deletions davidV.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <fstream>
#include <stdlib.h>
#include <vector>
#include "davidV.h"

/*
void drawSquare(Stats *stats, int red, int blue, int green)
Expand Down Expand Up @@ -687,7 +688,7 @@ void initGamePositions(DInit& init, DSpecs& specs, struct timespec rtime)
}
}

#endif

/***************
end array_functions.cpp
now block.cpp
Expand Down Expand Up @@ -800,7 +801,7 @@ void DFork::init() {
attempted_turns[3] = 0;
}

#endif


/************
end block.cpp
Expand Down Expand Up @@ -1481,7 +1482,7 @@ int parseToTreasureBlocks(DSpecs specs, vector<vector<Block> > &dungeon,

}

#endif



//
Expand Down

0 comments on commit c259c94

Please sign in to comment.