|
From: Ben S. <non...@us...> - 2002-04-05 04:57:35
|
nonchocoboy 2002/04/04 20:57:34 PST
Modified files:
Breakout GameWorld.cpp GameWorld.h
Log:
Calling the destructor directly is invalid. Moved cleanup code to a
Destroy() function so this code will compile in linux.
Revision Changes Path
1.2 +12 -2 examples/Breakout/GameWorld.cpp
1.2 +10 -2 examples/Breakout/GameWorld.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/Breakout/GameWorld.cpp.diff?r1=1.1&r2=1.2&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/Breakout/GameWorld.h.diff?r1=1.1&r2=1.2&diff_format=h
|