diff options
author | Eugenio Favalli <elvenprogrammer@gmail.com> | 2004-11-07 11:21:14 +0000 |
---|---|---|
committer | Eugenio Favalli <elvenprogrammer@gmail.com> | 2004-11-07 11:21:14 +0000 |
commit | 373f33e863ef43e87d0289d461dea6bf011089e4 (patch) | |
tree | b5ec9763538106397711a26715b0a6246a7ce34c /src/game.cpp | |
parent | d2d169ca858647ca427cdb175dcc0898e3e7ac13 (diff) | |
download | mana-client-373f33e863ef43e87d0289d461dea6bf011089e4.tar.gz mana-client-373f33e863ef43e87d0289d461dea6bf011089e4.tar.bz2 mana-client-373f33e863ef43e87d0289d461dea6bf011089e4.tar.xz mana-client-373f33e863ef43e87d0289d461dea6bf011089e4.zip |
Added sit frames
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp index aa815f78..0a50dd44 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -224,6 +224,7 @@ void do_input() { else if(player_node->action==SIT) action(3, 0); action_time = false; + //alert("","","","","",0,0); } if(key[KEY_ENTER]) { @@ -647,7 +648,7 @@ void do_parse() { node->frame = 0; if(RFIFOB(26)==2) { node->action = SIT; - alert("","","","","",0,0); + //alert("","","","","",0,0); walk_status = 0; } else if(RFIFOB(26)==3) |