From 8381ec4111505692a9058db37412adb872bedd3e Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sat, 14 May 2005 16:30:44 +0000 Subject: Hide mouse when the application doesn't have mouse focus. --- src/being.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/being.cpp') diff --git a/src/being.cpp b/src/being.cpp index 204065a5..c63c2bb2 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -279,14 +279,8 @@ void Being::nextStep() y = newY; action = WALK; walk_time += speed / 10; - if (this == player_node) { - walk_status = 1; - } } else { action = STAND; - if (this == player_node) { - walk_status = 0; - } } frame = 0; } -- cgit v1.2.3-60-g2f50