From 0f0dc2f7b93fd01e5feb23677a683e6125e78e73 Mon Sep 17 00:00:00 2001 From: Paul Date: Wed, 31 Jan 2001 16:51:11 +0000 Subject: [PATCH] --- source/player/player.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/player/player.cpp b/source/player/player.cpp index dcd637e70..6c2bcbb56 100644 --- a/source/player/player.cpp +++ b/source/player/player.cpp @@ -124,8 +124,11 @@ void CPlayer::shutdown() Params: Returns: ---------------------------------------------------------------------- */ -//DVECTOR ofs={-240,-134}; // nearly -256,-128 ;) +#ifdef __USER_paul__ +DVECTOR ofs={-240,-134}; // nearly -256,-128 ;) +#else DVECTOR ofs={0,0}; //temporary +#endif int psize=0; int newmode=-1;