whoops, silly fix

This commit is contained in:
Glenn Maynard
2003-04-02 20:22:50 +00:00
parent 64bdcec8dc
commit 9caf4b7479
+1 -1
View File
@@ -646,7 +646,7 @@ void Actor::Command( CString sCommandString )
else if( sName=="z" ) SetZ( fParam(1) );
else if( sName=="xoffset" ) SetX( GetX()+fParam(1) );
else if( sName=="yoffset" ) SetY( GetY()+fParam(1) );
else if( sName=="zoffset" ) SetY( GetZ()+fParam(1) );
else if( sName=="zoffset" ) SetZ( GetZ()+fParam(1) );
else if( sName=="zoom" ) SetZoom( fParam(1) );
else if( sName=="zoomx" ) SetZoomX( fParam(1) );
else if( sName=="zoomy" ) SetZoomY( fParam(1) );