Default/player.lua: Remove outdated comment
authorDS-Minetest <vorunbekannt75@web.de>
Wed, 28 Sep 2016 18:57:17 +0000 (20:57 +0200)
committerparamat <mat.gregory@virginmedia.com>
Fri, 30 Sep 2016 01:43:11 +0000 (02:43 +0100)
mods/default/player.lua

index e4fb2adf25d907345e9ba1212d19149dc5479ba8..8fb0aca8933c76dd1aabe2b541a28a491598b7d0 100644 (file)
@@ -25,7 +25,6 @@ default.player_register_model("character.b3d", {
                walk      = { x=168, y=187, },
                mine      = { x=189, y=198, },
                walk_mine = { x=200, y=219, },
-               -- Extra animations (not currently used by the game).
                sit       = { x= 81, y=160, },
        },
 })