From: Andre Noll Date: Tue, 25 Sep 2007 09:39:23 +0000 (+0200) Subject: More mood cleanups. X-Git-Tag: v0.3.0~353 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;ds=sidebyside;h=dabdb25fd7fe411933d3639f71a8148b5dc29630;hp=dabdb25fd7fe411933d3639f71a8148b5dc29630;p=paraslash.git More mood cleanups. - Avoid use of global current_mood pointer where possible. - Change name of non-static functions that use the current mood pointer: mood_open() -> change_current_mood() mood_close() -> close_current_mood() mood_reload() -> reload_current_mood() ---