comparison src/sprite.c @ 1044:5d4bc2a93c09

Merge from refine_backend_if branch
author Thinker K.F. Li <thinker@codemud.net>
date Tue, 23 Nov 2010 11:58:04 +0800
parents 2cbe3721dc9a
children 8679b03f72e8
comparison
equal deleted inserted replaced
1035:18329b6f77a4 1044:5d4bc2a93c09
39 } 39 }
40 40
41 return fullname; 41 return fullname;
42 } 42 }
43 43
44 void sprite_set_search_path(char *path) { 44 void sprite_set_search_path(const char *path) {
45 int sz; 45 int sz;
46 46
47 if (sprite_search_path) 47 if (sprite_search_path)
48 free(sprite_search_path); 48 free(sprite_search_path);
49 49