Changeset 24035 for titan/plugins/catcatch
- Timestamp:
- 10/03/13 09:08:09 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/catcatch/catcatch.c
r17097 r24035 23 23 char* tmpstr = NULL; 24 24 25 tmpstr = ostrcat(getconfig("pluginpath", NULL), "/catcatch/skin.xml", 0, 0);25 tmpstr = createpluginpath("/catcatch/skin.xml", 0); 26 26 readscreen(tmpstr, 241, 1); 27 27 free(tmpstr); tmpstr = NULL;
Note: See TracChangeset
for help on using the changeset viewer.