[Scummvm-cvs-logs] SF.net SVN: scummvm: [22143] tools/trunk/encode_dxa.cpp

kirben at users.sourceforge.net kirben at users.sourceforge.net
Mon Apr 24 16:06:04 CEST 2006


Revision: 22143
Author:   kirben
Date:     2006-04-24 16:05:39 -0700 (Mon, 24 Apr 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22143&view=rev

Log Message:
-----------
Ooops, leave _dxa as private

Modified Paths:
--------------
    tools/trunk/encode_dxa.cpp
Modified: tools/trunk/encode_dxa.cpp
===================================================================
--- tools/trunk/encode_dxa.cpp	2006-04-24 23:02:30 UTC (rev 22142)
+++ tools/trunk/encode_dxa.cpp	2006-04-24 23:05:39 UTC (rev 22143)
@@ -37,12 +37,11 @@
 
 class DxaEncoder {
 private:
+	FILE *_dxa;
 	int _width, _height, _framerate, _framecount;
 	uint8 *_prevframe, *_prevpalette;
 
 public:
-	FILE *_dxa;
-
 	DxaEncoder(char *filename, int width, int height, int fps);
 	~DxaEncoder();
 	void writeHeader();


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the Scummvm-git-logs mailing list