explicit types

This commit is contained in:
Glenn Maynard
2005-02-17 04:55:41 +00:00
parent d6b13fb134
commit 72435f148c
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -442,7 +442,7 @@ void ScreenNameEntryTraditional::PositionCharsAndCursor( int pn )
const bool hidden = ( Pos < First || Pos > Last );
const int ActualPos = clamp( Pos, First-1, Last+1 );
bt->RunCommands( ParseCommands("stoptweening;decelerate,.12") );
bt->RunCommands( ActorCommands(ParseCommands("stoptweening;decelerate,.12")) );
bt->SetX( ActualPos * ALPHABET_GAP_X );
bt->SetDiffuseAlpha( hidden? 0.0f:1.0f );
}