index
:
xavi/pocketempires
master
Real-time strategy video game for Gamebuino.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Unit.c
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'Unit.c')
-rw-r--r--
Unit.c
2
1 files changed, 1 insertions, 1 deletions
diff --git a/Unit.c b/Unit.c
index b9c3040..3bede4a 100644
--- a/
Unit.c
+++ b/
Unit.c
@@ -252,7 +252,7 @@ void UnitAcceptAction(TYPE_UNIT* ptrUnit)
break;
default:
- return NULL;
+ return;
break;
}