417
edits
m (Fixed title's grammar.) |
(Added info on done work on 2007-08-06 and 2007-08-07.) |
||
Line 1,075: | Line 1,075: | ||
way to fix the problem and that was to replace the pow(2, 1/12.0) call with a pow(2.0, 1/12.0) | way to fix the problem and that was to replace the pow(2, 1/12.0) call with a pow(2.0, 1/12.0) | ||
call. That way the compiler knew to choose the pow(double, double) version of the pow-function. | call. That way the compiler knew to choose the pow(double, double) version of the pow-function. | ||
== 2007-08-06 (Monday) - Mostly a holiday == | |||
Didn't sleep much last night (About 3,5h or so) and my sister came to visit | |||
with her children. Played with my niece, took an evening nap, ate, watched | |||
Michio Kaku's Time-documentary's 4th part and also Simpsons etc. So this | |||
was mostly a holiday. | |||
== 2007-08-07 (Tuesday) - Working on Apple IIGS instrument loading == | |||
Worked on Apple IIGS instrument loading code for ScummVM. |
edits