diff options
Diffstat (limited to 'www/devmaster/lesson1.html')
-rw-r--r-- | www/devmaster/lesson1.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/devmaster/lesson1.html b/www/devmaster/lesson1.html index 69cab92..c835869 100644 --- a/www/devmaster/lesson1.html +++ b/www/devmaster/lesson1.html @@ -232,9 +232,8 @@ all the memory and audio devices that our program may be using.</p> <span class=codeComment><font color="#006600"> </font></span><span class=codeComment><font color="#006600"> </font></span><span class=codeComment><font color="#006600"> </font></span>) <span class=codeComment><font color="#006600"> </font></span><span class=codeComment><font color="#006600"> </font></span>); </pre> -<p align="justify">We will check to see if the wav files loaded correctly. If - not we must exit the program. Then we update the listener values, and finally - we set our exit procedure.</p> +<p align="justify">We will check to see if the wav files loaded correctly. If not we must exit the program. Then we update the listener values, +and finally we set our exit procedure.</p> <pre class=code><font color="#0000FF"> char</font>[] c = new <font color="#0000FF">char</font>[1]; <font color="#0000FF"> </font><font color="#0000FF"> while</font>(c[0] != 'q') { <font color="#0000FF"> </font><font color="#0000FF"> </font><font color="#0000FF">try</font> { |