VFS updates; texture reloading now works, tex.cpp is WIP

This was SVN commit r223.
This commit is contained in:
janwas
2004-05-13 13:52:48 +00:00
parent 9f3714a789
commit d1036b9a18
15 changed files with 326 additions and 163 deletions
+6 -1
View File
@@ -124,6 +124,12 @@ static bool handler(const SDL_Event& ev)
case SDLK_ESCAPE:
quit = true;
break;
case '1':
case SDLK_F1:
vfs_reload("art/textures/terrain/types/grass/Base1.tga");
break;
}
break;
@@ -216,7 +222,6 @@ static void do_tick()
int main(int argc, char* argv[])
{