From 99447628ac7920b178904eaa49283830897d0a6d Mon Sep 17 00:00:00 2001 From: Paweł Kołodziejski Date: Sun, 2 Nov 2003 22:38:04 +0000 Subject: fixed warning svn-id: r11069 --- sword2/function.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sword2/function.cpp') diff --git a/sword2/function.cpp b/sword2/function.cpp index 586253314f..012a1da211 100644 --- a/sword2/function.cpp +++ b/sword2/function.cpp @@ -82,7 +82,7 @@ int32 Logic::fnInteract(int32 *params) { PLAYER_ACTION = 0; // 3rd script of clicked on id - logicUp((params[0] < 16) | 2); + logicUp((params[0] < 16) + 2); // out, up and around again - pc is saved for current level to be // returned to -- cgit v1.2.3