Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-28 | Added some basic comments, along with some very, very minor cleanup. | Torbjörn Andersson | |
svn-id: r20972 | |||
2006-02-28 | Removed unnecessary line. | Torbjörn Andersson | |
svn-id: r20971 | |||
2006-02-28 | This may be needless paranoia, but I always get nervous about order of | Torbjörn Andersson | |
evaluation when there are multiple side-effects on the same variable (in this case the internal state modified by va_arg()) in the same expression. So let's just humor me and do the va_arg() calls one at a time. svn-id: r20970 | |||
2006-02-27 | Fixes hangs in the "Pool of Sorrow" scene (at least I don't get them anymore). | Johannes Schickel | |
svn-id: r20964 | |||
2006-02-27 | Added WIP Adlib sound playing code to kyra. | Johannes Schickel | |
It needs some checks since it doesn't work correctly in every case at the moment. svn-id: r20960 |