tags 424582 pending thanks I have prepared a new release of the game in Debian Games Team's SVN.
The patch that fixes the issue is attached and I will apply it to the upstream code, too. (this mail is more of a reference for them; Hi guys! :-) -- Regards, EddyP ============================================= "Imagination is more important than knowledge" A.Einstein
--- a/src/character/body.cpp.original 2007-05-28 14:54:41.000000000 +0300
+++ b/src/character/body.cpp 2007-05-28 14:56:26.000000000 +0300
@@ -437,7 +437,10 @@
need_rebuild = true;
}
else
+ {
MSG_DEBUG("body","Clothe not found");
+ ;
+ }
play_once_clothe_sauv = NULL;
@@ -462,7 +465,10 @@
need_rebuild = true;
}
else
+ {
MSG_DEBUG("body","Movement not found");
+ ;
+ }
play_once_mvt_sauv = NULL;
@@ -492,7 +498,10 @@
need_rebuild = true;
}
else
+ {
MSG_DEBUG("body","Clothe not found");
+ ;
+ }
assert(current_clothe != NULL);
}
@@ -520,7 +529,10 @@
need_rebuild = true;
}
else
+ {
MSG_DEBUG("body","Movement not found");
+ ;
+ }
assert(current_mvt != NULL);
}
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Pkg-games-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-devel

