moved global random variable for EM engine to game structure
[rocksndiamonds.git] / src / game_em / main_em.h
index 0e988595552363b5fda805b893d31d2df7716ece..2daa1e86f574c7d070b72213f3b96d3cf3740322 100644 (file)
@@ -85,8 +85,6 @@ extern int                    SX, SY;
 // exported variables
 // ----------------------------------------------------------------------------
 
-extern unsigned int RandomEM;
-
 extern struct CAVE cav;
 extern struct LOGIC lev;
 extern struct PLAYER ply[MAX_PLAYERS];