From 8329d42d3e592f4cd42cdfa586e2325ddc76c898 Mon Sep 17 00:00:00 2001 From: aura Date: Tue, 10 Mar 2026 01:35:50 +0100 Subject: perf profiler, simplify 2d render, string struct, many small things --- src/game/physics/movement.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/physics/movement.cpp') 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; -- cgit v1.2.3