diff options
Diffstat (limited to 'game.c')
| -rw-r--r-- | game.c | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -34,6 +34,14 @@ int ebufi; Entity *player; void +entrestart() +{ + ebufi = 0; + player = NULL; + entinit(); +} + +void entinit() { player = allocentity(); |
