comparison src/sprite.c @ 992:2cbe3721dc9a refine_backend_if

Change signature of sprite_set_search_path()
author Thinker K.F. Li <thinker@codemud.net>
date Mon, 22 Nov 2010 00:42:29 +0800
parents 586e50f82c1f
children 8679b03f72e8
comparison
equal deleted inserted replaced
991:1882700bb4b9 992:2cbe3721dc9a
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