summaryrefslogtreecommitdiffstats
path: root/knights/match.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knights/match.cpp')
-rw-r--r--knights/match.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/knights/match.cpp b/knights/match.cpp
index 4db34a9..a398e86 100644
--- a/knights/match.cpp
+++ b/knights/match.cpp
@@ -172,7 +172,7 @@ void match::tick(void)
void match::clearSelections( void )
{
bool commitFlag( FALSE );
- register char tmp;
+ char tmp;
if( ICSGameMode == Null )
{
@@ -386,7 +386,7 @@ TQString match::clock( const bool Army )
void match::slot_Select( int position )
{
bool preMoving(FALSE);
- register char tmp, army, selected(Null);
+ char tmp, army, selected(Null);
if( Paused ) return;
/* Clear all non-SELECT notes */