From 4e48fad8ba93f5e51bf9c0f35a9338ed64dd8f2b Mon Sep 17 00:00:00 2001 From: "John \"Elwin\" Edwards" Date: Tue, 14 Dec 2010 17:15:51 +0000 Subject: [PATCH] Make sure lock_sc always returns a value. Fixes a weird bug that prevented the scorelist from updating. --- rogue4/mach_dep.c | 1 + 1 file changed, 1 insertion(+) diff --git a/rogue4/mach_dep.c b/rogue4/mach_dep.c index d0c1dac..87d73a0 100644 --- a/rogue4/mach_dep.c +++ b/rogue4/mach_dep.c @@ -354,6 +354,7 @@ over: } #endif #endif + return TRUE; } /*