diff options
| author | XaviDCR92 <xavi.dcr@gmail.com> | 2017-09-09 12:57:49 +0200 |
|---|---|---|
| committer | XaviDCR92 <xavi.dcr@gmail.com> | 2017-09-09 12:57:49 +0200 |
| commit | b764612a79100271270012053bdb1e4302cd93b7 (patch) | |
| tree | 19f14b708bf2df97c42726ff95e71af573bbc4b3 /Unit.c | |
| parent | 2232c21f364926254ea71c74ae0b2ab05bda00f5 (diff) | |
| download | pocketempires-b764612a79100271270012053bdb1e4302cd93b7.tar.gz | |
Renamed *Spr.c files to *Spr.inc. Adjusted dependencies for subMakes.
Diffstat (limited to 'Unit.c')
| -rw-r--r-- | Unit.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,8 +3,8 @@ * **************************************/ #include "Unit.h" -#include "PeasantSpr.c" -#include "BarracksSpr.c" +#include "PeasantSpr.inc" +#include "BarracksSpr.inc" /* ************************************** * Defines * @@ -242,7 +242,7 @@ void UnitHandler(TYPE_UNIT* unitArray, size_t sz) { continue; } - + bool bMoving = false; |
