diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-18 20:17:16 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-18 20:17:16 +0100 |
| commit | e917400634a535c6c14afc4e37a759f7c777b73a (patch) | |
| tree | 5c8a5de1c6c09985395fbfb660a27500a65d1de0 /src/bullets.c | |
| parent | 3e825971102a33dfbb82a20a365684d413bc1ba8 (diff) | |
server tick rate
Diffstat (limited to 'src/bullets.c')
| -rw-r--r-- | src/bullets.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bullets.c b/src/bullets.c index ed9aab4..fea2a90 100644 --- a/src/bullets.c +++ b/src/bullets.c @@ -190,7 +190,7 @@ void clear_bullets() { } } -void update_bullets(platform_window* window) { +void update_bullets_server(platform_window* window) { for (int i = 0; i < max_bullets; i++) { bullet b = bullets[i]; if (!b.active) continue; |
