summaryrefslogtreecommitdiff
path: root/src/game/physics
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/physics')
-rw-r--r--src/game/physics/movement.cpp2
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;