medfall

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 255d211769e7ebbbe8a5b409583215b23b2b81bb
parent 8e30c529bc9e3d0a2b0c9060bb20c84e2285b600
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Fri Mar 25 21:49:42 +0000

const madness

Diffstat:
main.cc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main.cc b/main.cc @@ -87,7 +87,7 @@ int main( int argc, char ** argv ) { GameState * state = memarena_push_type( &mem.persistent_arena, GameState ); mem.state = state; - GLFWwindow * const window = gl_init(); + GLFWwindow * window = gl_init(); Game game = load_game( game_library_path ); game.init( state, &mem );