summaryrefslogtreecommitdiff
path: root/games/znibbles/files/patch-src::Object.C
blob: c863a689a71600982d1d17d58f8978157d68cb9d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- src/Object.C	Mon May 10 13:41:22 1999
+++ src/Object.C	Sat Oct 26 00:40:49 2002
@@ -28,7 +28,7 @@
  */
 
 #include <stdlib.h>
-#include <iostream.h>
+#include <iostream>
 
 #include "Object.H"
 #include "World.H"
@@ -89,7 +89,7 @@
 
   do {
     //    if (yes)
-    //      cout << "Object::auto_position(): collide #" << yes << endl;
+    //      std::cout << "Object::auto_position(): collide #" << yes << std::endl;
     //    yes++;
     pos.x = rand() % world.x_dim;
     pos.y = rand() % world.y_dim;