From 6b3b53262213e4e4f73ffab2266ea3b4a7813fe4 Mon Sep 17 00:00:00 2001 From: andyq Date: Tue, 21 Jan 2003 21:09:36 +0000 Subject: Small bug fix --- (limited to 'noncore/games/sfcave-sdl/player.cpp') diff --git a/noncore/games/sfcave-sdl/player.cpp b/noncore/games/sfcave-sdl/player.cpp index 2d52ae2..f024d6b 100644 --- a/noncore/games/sfcave-sdl/player.cpp +++ b/noncore/games/sfcave-sdl/player.cpp @@ -33,7 +33,7 @@ void Player :: init() pos.y( sWidth/2 ); pos.h( 2 ); pos.w( 4 ); - thrust = 0; + currentThrust = 0; crashing = false; crashLineLength = 0; crashed = false; -- cgit v0.9.0.2