diff options
| author | aura <nw@moneybot.cc> | 2026-03-10 01:35:50 +0100 |
|---|---|---|
| committer | aura <nw@moneybot.cc> | 2026-03-10 01:35:50 +0100 |
| commit | 8329d42d3e592f4cd42cdfa586e2325ddc76c898 (patch) | |
| tree | dec7e2a733bfc6b6384936c1f3ed067a42b59bb9 /src/game/physics | |
| parent | 8ae8c85e9d3806cdb726e07f37e1b49484c5c48e (diff) | |
perf profiler, simplify 2d render, string struct, many small things
Diffstat (limited to 'src/game/physics')
| -rw-r--r-- | src/game/physics/movement.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/physics/movement.cpp b/src/game/physics/movement.cpp index d689096..3979394 100644 --- a/src/game/physics/movement.cpp +++ b/src/game/physics/movement.cpp @@ -22,7 +22,7 @@ void gmove_init( GAME_DATA* game ) { gmove->game = game; } -U8 gmove_check_valid( STR<256> from ) { +U8 gmove_check_valid( ARRSTR<256> from ) { if( !gmove->game ) { dlog( "%s : game not init\n", from.data ); return 0; |
