Subversion Repositories Kolibri OS

Rev

Rev 7050 | Rev 7493 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7050 Rev 7227
Line 157... Line 157...
157
	replace_char(#line_text, 0, 31, length); // 31 is a dot
157
	replace_char(#line_text, 0, 31, length); // 31 is a dot
158
	WriteText(select_list.x+236, yyy+select_list.text_y, select_list.font_type, text_color, #line_text);
158
	WriteText(select_list.x+236, yyy+select_list.text_y, select_list.font_type, text_color, #line_text);
159
}
159
}
Line 160... Line 160...
160
 
160
 
161
int SaveSlotContents(dword size, off) {
161
int SaveSlotContents(dword size, off) {
162
	EAX = WriteFile(size, off, DEFAULT_SAVE_PATH);
162
	EAX = CreateFile(size, off, DEFAULT_SAVE_PATH);
163
	if (!EAX)
163
	if (!EAX)
164
	{
164
	{
165
		return true;
165
		return true;
166
	}
166
	}